Hash Dad is a simple command-line tool written in Python that can crack passwords by hashing them using various hashing algorithms and comparing the hashes against a given wordlist.
-
Clone the repository by running git clone https://github.com/Doubleoffline/Hash-Dad.git in your terminal.
-
Navigate to the project directory by running cd hash-dad.
-
Run the script by running python hash_dad.py.
-
Follow the on-screen prompts to specify the hash type, the hash to crack, and the wordlist file name.
Note: This script requires Python 3 and the hashlib library.
If you want to contribute to this project, feel free to create a pull request or open an issue.