Skip to content

πŸš€ Dirhunter is a Python-based tool for discovering hidden directories (directory brute-forcing) on web servers using a wordlist. Dirhunter is designed to be fast, efficient, and user-friendly, supporting various search optimization methods.

License

Notifications You must be signed in to change notification settings

fierza-dev/dirhunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

87 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Dirhunter v2.3 (Release)

Dirhunter is a Python-based tool for discovering hidden directories (directory brute-forcing) on web servers using a wordlist. Dirhunter is designed to be fast, efficient, and user-friendly, supporting various search optimization methods.

Dirhunter Logo

Key Features

  • πŸ” Fast Search: Optimized algorithms to accelerate directory searches.
  • 🧰 Customization Support: Use your preferred wordlist for more specific results.
  • 🌐 HTTP/HTTPS Compatibility: Automatically detects and handles protocols correctly.
  • πŸ› οΈ Stable Versions: Enjoy features in the release version.
  • πŸ”₯ Shebang Support: Allows the tool to be executed directly as a script in Unix-like systems.

πŸš€ What's New?

  • New Proxy Feature, New Scanning Modes, WAF Bypass via HTTP Smuggling, Etc
  • Enhanced Scanning Speed for Faster Results
  • Optimized Code for Better Performance
  • Bug Fixes and General Improvements
  • And More!

Installation

  1. Clone this repository:
    git clone https://github.com/fierza-dev/dirhunter.git
    cd dirhunter
    (Optional) sudo chmod +x app.py
  2. Install the required dependencies
    pip install -r requirements.txt
  3. Run the tool
    python3 app.py -u <target-url> <br>
    Example : python3 app.py -u https://example.com/<br>
    ./app.py -u <target-url> <br>
    Example : ./app.py -u https://example.com/<br>

Usage tutorial for the tools.

1.Basic

python3 app.py -u <target-url> <br>
./app.py -u <target-url> <br>

2.To get a list of all options and switches use:

python3 app.py -h <br>
./app.py -h <br>

License

This project is licensed under the AGPL-3.0 license.

About

πŸš€ Dirhunter is a Python-based tool for discovering hidden directories (directory brute-forcing) on web servers using a wordlist. Dirhunter is designed to be fast, efficient, and user-friendly, supporting various search optimization methods.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages