Skip to content

TheWildEye/DirHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DirHunter


πŸ”₯ Overview

DirHunter (DirHunter.py) is a multithreaded directory brute-forcer built for fast reconnaissance.
It enumerates hidden directories using a wordlist and highlights actionable HTTP responses:

  • 200 (Public)
  • 301/302 (Redirect)
  • 403 (Forbidden)
  • 401 (Unauthorized)

✨ Features

  • πŸš€ High-speed multithreaded scanning
  • πŸ“ Supports any custom wordlist
  • ⏳ Live ETA display
  • 🎨 Color-coded output
  • 🧡 Automatic thread handling
  • 🎯 Detailed results table

πŸ“¦ Requirements

pip install requests

πŸ“₯ Installation & Usage

1. Clone the repository

git clone https://github.com/TheWildEye/DirHunter
cd DirHunter

2. Install dependencies

pip install requests

3. Verify default wordlist

Located at:

wordlists/common.txt

4. Run the tool

python DirHunter.py

πŸ–₯ Example Output

🌐 Enter target: https://target.com

[200] /admin                β†’ https://target.com/admin
[301] /old                  β†’ https://target.com/login
[403] /restricted
[401] /secure

⏱ Scan completed in 11.2 seconds

About

Directory Buster (Hunter)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages