A simple Hash Cracking tool developed in Python 3
For educational purposes
- hashid >= 3.1.4
- bcrypt >= 3.2.0
hashID used for hash identification
bcrypt used for bcrypt hashs creation
- Windows
- Linux
- Mac? - Not tested
- Clone the repo and cd into directory
git clone https://github.com/ReddyyZ/HashCracker.git && cd HashCracker
- Set permissions
chmod +x install.sh
- Execute installation script
sudo ./install.sh
- Happy Hacking!
hashcracker -h
OPTIONS | EXPLANATION |
---|---|
-w, --wordlist | Wordlist path |
-m, --mode | Specify the hash type |
-t, --threads | Threads count |
- Try to identify the hash
hashcracker -w rockyou.txt 5f4dcc3b5aa765d61d8327deb882cf99
- Specify the hash to crack
hashcracker -w rockyou.txt -m md5 5f4dcc3b5aa765d61d8327deb882cf99