Jump to content
Gonzalez

[PHP] Milw0rm Exploits Finder v1

Recommended Posts

Posted

<?php
/*

Milw0rm Exploits Finder V 0.1 based on milw0rm
Email: Master_ddos@hotmail.fr or Ms5ote@hotmail.fr

*/
echo "\n\n\t################################################################################\n\n";
echo "\t# Revolution of Humain Email:Ms5ote@hotmail.fr #\n\n";
echo "\t# Bugs Exploit Finder V 1.0 2008 #\n\n";
echo "\t# Coded By DDOS #\n\n";
echo "\t# Milw0rm Exploits Finder V 0.1 #\n\n";
echo "\t# #\n\n";
echo "\t# F0r m0re Det4il Vi\$it ww.real-power.net #\n\n";
echo "\t################################################################################\n\n";


if($argc<2)
{
echo "\n usage |console>php milw0rm.php \"scriptname\" \n";
}
else
{
$script=urlencode($argv[1]);
$url="http://www.milw0rm.com/search.php?dong=$script";
$dump=file_get_contents($url);


preg_match_all('#<td class="style14" nowrap="nowrap" width="62">(.*?)</td>#',$dump,$date);
preg_match_all('#target="_blank" class="style14">(.*?)</a></td>#',$dump,$exploit);
preg_match_all('#<td nowrap="nowrap" width="375"><a href="(.*?)" target="_blank" class="style14">#',$dump,$url);

$lang=sizeof($date[1]);
echo "\tConnecting :";
for($zot=1;$zot<=5;$zot++)
{sleep(1);
echo "--+--";
}
echo "> |Server Milw0rm.com:80|\n\n\n";
echo "Target Script : $argv[1] \n";
sleep(1);

echo "GEss:Hi stroke Give me all exploit for ".$argv[1]." \n";
sleep(1);
echo "Str0ke : No problem Take This \n\n";
sleep(2);
for($i=0 ; $i < $lang ; $i++)
{

$d=$i+1;
echo "\n";
echo "Exploit Nummber : $d \n";
echo "Exploit Name = ".$exploit[1][$i]."\n";
echo "Exploit URL = http://www.milw0rm.com".$url[1][$i]."\n";
echo "Exploit Date = ".$date[1][$i]."\n";
$dd++;
sleep(1.2);
}
echo "\n\n Str0ke: I found $dd exploits ";
echo "\n GEss :Ty";
sleep(3);
}
?>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...