BACK Scanner is a John the Ripper sort of cracker that allows you to crack MD5/DES (and some other variations) at a rate of 12,000 keys / sec. This is a fast, efficient and multi-platform MD5/DES cracker, written in PHP.
Tool:
####################################################################
# .................. ....... ...... ............... ...............
# / __ / / / / / /
# / __ -.` /__/ /____ ____/____ ____/
# /_________________/________________/ /______/ /______/
#
# ................. .......... ................. .............
# / ___// /____ / ___ / __ /
# /____ / / ___ / _____/
# /________________/_______________/_______/ /_____/_______/
#
#
####################################################################
# Another fine buttslap release: BAK Scanner v6.66 by __2 (2001-04-10)
####################################################################
# Un bruteforcer a la JOHN THE RIPPER qui bruteforce un MD5 HASH a environs
# 12 000 cl?s;/secondes, il supporte le bon vieux DES et certaines variantes.
####################################################################
# A JOHN THE RIPPER sort of cracker, you can cast it without leaving traces
# and you can crack MD5/DES and some other variations at a rate of 12 000
# keys / sec (PURE MD5 HASH). Finally, a fast, efficient and
# multi-platform cracker.
####################################################################
# How to run: (INSTALL PHP) (WINDOWS: www.php4win.de / UNIX: www.php.net)
#
# USAGE: php butt02.php THEHASH LENGTH_OF_WORD_TO_FOUND
#
####################################################################
# To modify the kind of HASH coding used go to line 83
####################################################################
if ($argc!=3) die ("USAGE: php butt02.php MD5_HASH CHARS\r\n\r\n- MD5_HASH : The hash to crack\r\n- CHARS : presumed length of the password to crack\r\n");