I use the word "decrypter" loosely, but it is what the site's advertising it to be. So I wrote a PHP script that takes hashes from a database (columns are as such: id, hash, unhashed) and checks them against md5-decrypter.com and md5decryption.com these sites have no captcha protection (and over 4.7mil stored hashes) ", "", "21", $row[$table_hash]); if(!empty($password1)){ update_plaintext($db_table, $table_id_field, $row[$table_id_field], $table_plaintext, $password1); if($giveback == "1"){ do_except("1", $password1); } continue; } $password2 = fetch_md5("http://md5decryption.com/", "submit=Decrypt%20It!&hash", "Decrypted Text: ", "
", "", $row[$table_hash]); if(!empty($password2)){ update_plaintext($db_table, $table_id_field, $row[$table_id_field], $table_plaintext, $password2); if($giveback == "1"){ do_except("2", $password2); } continue; } } ?> http://pastebin.com/idGqmqAg _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/