Python hash cracker built for learning purposes. It supportes several hash formats with options like a numbers bruteforce and verbose mode.
Command line is fairly straight forword, here are the options:
-h [hash]
-t [type]
-w [wordlist]
-n [numbers bruteforce, used in place of -w]
-v [verbose, slows down cracking time though :( ]
-i [help and info]
Hashcrack help:
./Hash-Cracker.py -i
Hashcrack with a wordlist and verbose mode:
./Hash-Cracker.py -h 7406e17d2e30b05b7220a800fad53a22 -t md5 -w Wordlist.txt -v
Numbers bruteforce fast:
./Hash-Cracker.py -h 7406e17d2e30b05b7220a800fad53a22 -t md5 -n
The command line tool has been tested on and works with iOS, Windows[7/8/10], Unix, and OS X.
Hash-Cracker.py supports Python 2.7 and Hash-Cracker-3.py supports Python 3.