Doubleoffline / Hash-Dad

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash Dad

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.

How to use

  1. Clone the repository by running git clone https://github.com/Doubleoffline/Hash-Dad.git in your terminal.

  2. Navigate to the project directory by running cd hash-dad.

  3. Run the script by running python hash_dad.py.

  4. 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.

Contribution

If you want to contribute to this project, feel free to create a pull request or open an issue.

About

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.


Languages

Language:Python 100.0%