| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Hash-Crack is a simple and efficient hash cracking tool written in Python. It supports multiple hash algorithms and uses a wordlist-based attack to find the original plaintext of a given hash.
Ensure you have Python installed. If colorama is not installed, the script will attempt to install it automatically.
pip install coloramaRun the script and follow the prompts:
python hash_cracker.pyEnter Your HashType -- (example 1 / 2 / 3) : 1
Enter Your Hash: ... 8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918
Enter Your WordList Address: Example D:\password.txtIf the hash is found in the wordlist, the tool will display the cracked password.
Coded by: Matin Nouriyan
Email: matinnoryan@gmail.com
| Back | FazBrowse Home | New Git URL |