Skip to content

alfazhossain/HashHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashHunter 🕵️‍♂️

Advanced Hash Cracking Tool — A Python3 tool to hunt down hashes using smart detection & customizable wordlists.


✨ Features

  • Auto-detects hash types (MD5, SHA family, SHA3, BLAKE2, RIPEMD160, Whirlpool, NTLM, bcrypt, argon2, Unix crypt, etc.)
  • Supports salted formats like $1$, $2y$, $6$, $argon2...
  • Wordlist-based attack with default HashHunter.txt
  • Speed stats: attempts per second
  • Saves cracked results to HashHunter_results.txt
  • Beautiful CLI banner & progress display
  • MIT licensed, free to use

📦 Installation

git clone https://github.com/mdalfaz/HashHunter.git
cd HashHunter
chmod +x *

🚀 Usage

# Run normally
python3 HashHunter.py

# Provide custom wordlist
python3 HashHunter.py -w rockyou.txt

# Provide hash directly via CLI
python3 HashHunter.py -H <your_hash_here> -w rockyou.txt

If no wordlist is given, the tool will default to HashHunter.txt (auto-generated if missing).


📂 Files

  • HashHunter.py → Main tool
  • HashHunter.txt → Default wordlist (sample)
  • requirements.txt → Python dependencies
  • LICENSE → MIT License
  • README.md → Project documentation

⚡ Requirements

passlib
argparse

Install with:

pip install -r requirements.txt

🎥 Demo Video

(Screenshot 2025-08-18 231146 )](Untitled design

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.


🤝 Contribution

PRs welcome! Improve detection, add new algos, or optimize cracking.


⚠️ Disclaimer

This tool is for educational & authorized testing only. Do not use against systems/hashes you do not own or have explicit permission to test.

Subscribe on YouTube Join on Telegram

About

HashHunter is an advanced Python3 wordlist-based hash cracking tool. It supports multiple hash algorithms, including salted and unsalted formats, and is ideal for CTF, security testing, and ethical hacking practice.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages