Jump to content

Raven

Active Members
  • Posts

    394
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Raven

  1. Raven

    I'm Back

    welcome back boss
  2. C# .
  3. Raven

    La la la

    la multi ani sami bag p*** _|_ pentru napu de nosferatu.
  4. mda... ceva mai vechi nu ai gasit?
  5. Raven

    Question ???

    Paste Fericit!
  6. Sunt 64% român. Testul zice a?a: E?ti frate cu dracul, iar puntea e via?a. ?i-e bine în România c? ?tii c? altundeva nu te-ai descurca. Dac? ?i s-ar da bani, ai ?i arbora un steag de ziua na?ional?. Când vorbe?ti cu str?inii devii ?i mai patriot decât de obicei ?i începi s? le spui despre Brâncu?i ?i Duckadam chiar dac? nu-?i place nici pictura, nici handbalul. Nu ascul?i manele, dar dup? ce te îmbe?i, parc? merg. Î?i place s?-i corectezi pe al?ii când gre?esc. ?paga e prietena ta bun?. (51 - 70 de puncte)
  7. Raven

    Cati ani ai ?

    true, true
  8. Raven

    Pronostic

    batem cu 2-0
  9. Imports System.IO Public Class Form1 Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim ioFile As New StreamWriter("C:\test.txt") ioFile.WriteLine("nimic") ioFile.WriteLine("ceva ") ioFile.Close() End Sub End Class
  10. hehe, cam greu testul pentru uni
  11. nu am ce zice decat felicitari.
  12. Ho?geldin dostum
  13. Stie versurile pe de rost )
  14. Raven

    Sunt Idiot

    adevarat ce zice omul )
  15. fuck black
  16. Partea I: http://www.youtube.com/watch?v=Ww_pEcREq0c&feature=related Partea a II -a : http://www.youtube.com/watch?v=2YBxvz0BJUA&feature=related )
  17. Raven

    Fitty's Blog

    e destul de dragut bravo.
  18. Haced by Bahoy )
  19. welcome
  20. loool ))))) ) hammy e bolnav
  21. <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
  22. ) cate nopti nu ai dormit?
  23. Raven

    Felicitari

    din care 8 tu le-ai facut
  24. hahahahahaha good work
  25. Raven

    HB & Rst

    Super tare ..
×
×
  • Create New...