Jump to content
Raven

[PHP] Md5 Online Cracker :D

Recommended Posts

Posted


<html>
<title>Md5 online Cracker</title>
<body>
<form action="md5.php" method = 'POST'>

Md5 Hash: <input type = 'text' name = 'hash'>
<input type = 'submit' name="send" value = 'Start Crack!'> <p>

</body>
</html>


<?php


if($city = $_POST['hash'])
{

if($passdec = file_get_contents("http://md5.rednoize.com/?p&s=md5&q=". $city))echo "[+]md5.rednoize.com : $passdec <br />" ;
else echo "[-]md5.rednoize.com : Not Found<br />";

///////
$passdec2 = file_get_contents('http://gdataonline.com/qkhash.php?mode=txt&hash='.$city);
if (preg_match('/<\/td><td width=\"35%\"><b>(.*)<\/b><\/td><\/tr>/',$passdec2,$matches)) echo "[+]gdataonline.com : $matches[1] <br />";
else echo "[-]gdataonline.com : Not Found<br />";

///
$url = 'http://milw0rm.com/cracker/search.php';
$params = 'hash='.urlencode($city).'&submit=Submit';
$user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result=curl_exec ($ch);
curl_close ($ch);

if (preg_match('/<\/TD><TD align=\"middle\" nowrap=\"nowrap\" width=90>(.*)<\/TD><TD align=\"middle\" nowrap=\"nowrap\" width=90>cracked<\/TD><\/TR>/',$result,$matches)) echo "[+]milw0rm.com : $matches[1]<br />";
else echo "[-]milw0rm.com : Not Found<br />";

////
$url = 'http://md5decryption.com';
$params = 'hash='.urlencode($city).'&submit=Decrypt It!';
$user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result1=curl_exec ($ch);
curl_close ($ch);

if (preg_match('/<h2>Results<\/h2><b>Md5 Hash:<\/b> $city<br\/><b class="red">Normal Text: <\/b>(.*)<br\/>/',$result1,$matches)) echo "[+]md5decryption.com : $matches[1]<br />";
else echo "[-]md5decryption.com : Not Found<br />";

/////


$passdec3 = file_get_contents('http://www.tydal.nu/php/sakerhet/md5.php?q='.$city);
if (preg_match('/(.*)<\/b><\/h5>/',$passdec3,$matches)) echo "[+]tydal.nu : $matches[1] <br />";
else echo "[-]tydal.nu : Not Found<br />";


/////


$passdec4 = file_get_contents('http://ice.breaker.free.fr/md5.php?hash='.$city);
if (preg_match('/: <b><br><br> - (.*)<br><br><br><a href=http:\/\/ice.breaker.free.fr\/#hash>/',$passdec4,$matches)) echo "[+]ice.breaker.free.fr : $matches[1] <br />";
else echo "[-]ice.breaker.free.fr : Not Found<br />";

//////////

$url = 'http://passcracking.com/';
$params = 'datafromuser='.urlencode($city).'&submit=DoIT';
$user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result2=curl_exec ($ch);
curl_close ($ch);

if (preg_match('/<\/td><td>md5 Database<\/td><td>$city<\/td><td bgcolor=#FF0000>(.*)<\/td><td>/',$result2,$matches)) echo "[+]passcracking.com : $matches[1]<br />";
else echo "[-]passcracking.com : Not Found<br />";

//////////

$passdec5 = file_get_contents('http://md5.hashcracking.com/search.php?md5='.$city);
if (preg_match('/Cleartext of $hash is (.*)/',$passdec5,$matches)) echo "[+]md5.hashcracking.com : $matches[1] <br />";
else echo "[-]md5.hashcracking.com : Not Found<br />";

////

$url = 'http://www.hashchecker.com/index.php?_sls=search_hash';
$params = 'search_field='.urlencode($city).'&Submit=search';
$user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result3=curl_exec ($ch);
curl_close ($ch);

if (preg_match('/<td><li>Your md5 hash is :<br><li>$city is <b>(.*)<\/b> used charl/',$result3,$matches)) echo "[+]hashchecker.com : $matches[1]<br />";
else echo "[-]hashchecker.com : Not Found<br />";

/////////////////////////////////////////////////

$passdec6 = file_get_contents('http://victorov.su/md5/?md5e=&md5d='.$city);
if (preg_match('/MD5<b>(.*)<\/b><br><form action=\"\">/',$passdec6,$matches)) echo "[+]victorov.su : $matches[1] <br />";
else echo "[-]victorov.su : Not Found<br />";

////////////////////////////////////////////////////

$url = 'http://md5crack.it-helpnet.de/index.php?op=search';
$params = 'md5='.urlencode($city).'&submit=Search now';
$user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result4=curl_exec ($ch);
curl_close ($ch);

if (preg_match('/<\/td><td>$city<\/td><td>(.*)<\/td>/',$result4,$matches)) echo "[+]md5crack.it-helpnet.de : $matches[1]<br />";
else echo "[-]md5crack.it-helpnet.de : Not Found<br />";

///////////////////////////////////////////////////


$url = 'http://blacklight.gotdns.org/cracker/crack.php';
$params = 'hash='.urlencode($city).'&algos=MD5'.'&crack=Crack';
$user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result5=curl_exec ($ch);
curl_close ($ch);

if (preg_match('/$city -> <b>(.*)<\/b><br><br>/',$result5,$matches)) echo "[+]blacklight.gotdns.org : $matches[1]<br />";
else echo "[-]blacklight.gotdns.org : Not Found<br />";

//////////////////////////////////////////

$url = 'http://blacklight.gotdns.org/cracker/crack.php';
$params = 'hash='.urlencode($city).'&algos=MD5'.'&crack=Crack';
$user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result5=curl_exec ($ch);
curl_close ($ch);

if (preg_match('/$city -> <b>(.*)<\/b><br><br>/',$result5,$matches)) echo "[+]blacklight.gotdns.org : $matches[1]<br />";
else echo "[-]blacklight.gotdns.org : Not Found<br />";

///////////////////////////

$url = 'http://md5.ip-domain.com.cn/';
$params = 'text='.urlencode($city).'&submit=submit';
$user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result6=curl_exec ($ch);
curl_close ($ch);

if (preg_match('/<strong>result:<\/strong><font color=red>(.+)<\/font> /',$result6,$matches)) echo "[+]md5.ip-domain.com.cn : $matches[1]<br />";
else echo "[-]md5.ip-domain.com.cn : Not Found<br />";

///////////////////////////////////////////

$url = 'http://www.bigtrapeze.com/md5/';
$params = 'query='.urlencode($city).'&submit= Crack ';
$user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result7=curl_exec ($ch);
curl_close ($ch);

if (preg_match('/The hash <strong>$city<\/strong> has been deciphered to: <strong>(.+)<\/strong>/',$result7,$matches)) echo "[+]bigtrapeze.com : $matches[1]<br />";
else echo "[-]bigtrapeze.com : Not Found<br />";

////////////////////////////////////////////////

$url = 'http://opencrack.hashkiller.com/';
$params = 'query='.urlencode($city).'&submit= Crack ';
$user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result8=curl_exec ($ch);
curl_close ($ch);

if (preg_match('/<\/div><div class="result">$city:(.+)<br\/>/',$result8,$matches)) echo "[+]opencrack.hashkiller.com : $matches[1]<br />";
else echo "[-]opencrack.hashkiller.com : Not Found<br />";

/////////////////////////////////////

$passdec7 = file_get_contents('http://md5live.com/index.php?format=md5&search='.$city);
if (preg_match('/(.+)<br \/>/',$passdec7,$matches)) echo "[+]md5live.com : $matches[1] <br />";
else echo "[-]md5live.com : Not Found<br />";


//////////////////////////////////////////////

$url = 'https://www.astalavista.net/?cmd=rainbowtables';
$params = 'query='.urlencode($city).'&submit= Crack ';
$user_agent = "Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$params);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result9=curl_exec ($ch);
curl_close ($ch);

if (preg_match('/<\/td><\/tr><tr><td><b>Plain-Text:<\/b><\/td><\/tr><tr><td>(.+)/',$result9,$matches)) echo "[+]astalavista.net : $matches[1]<br />";
else echo "[-]astalavista.net : Not Found<br />";



}


// Autor: Raven
// Contact: raven_200155@yahoo.com


?>

Salvati :

md5.php :)

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...