This is a simple multithreading Hash cracker written in Python for the GCI
- Install git
sudo apt-get install git - Install python3
sudo apt-get install python3 - Clone Repository
git clone https://github.com/pascaaaal/HashCracker.git - Go to folder
cd HashCracker#Usage Just typepython3 cracker.pyand follow the setup. You basically have to 2 options. 1 is for hash creating and 2 is for cracking. When you type 1 you can choose between the hash types. **
- md5
- sha1
- sha224
- sha256
- sha384
- sha512
When you want so crack, you can choose between your own password list and the online dataset: https://raw.githubusercontent.com/danielmiessler/SecLists/master/Passwords/Common-Credentials/10-million-password-list-top-1000000.txt Heres a asciinema example.