██████╗ ██╗██████╗ ██╗ ██╗
██╔══██╗██║██╔══██╗╚██╗██╔╝
██║ ██║██║██████╔╝ ╚███╔╝
██║ ██║██║██╔══██╗ ██╔██╗
██████╔╝██║██║ ██║██╔╝ ██╗
╚═════╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝
Fastest Directory Bruteforce Tool
DirX is a high-performance directory brute-forcing tool designed for penetration testers, bug bounty hunters, and security researchers.
It helps uncover hidden directories, endpoints, and sensitive files on web servers with speed and precision.
- Blazing Fast Async Engine
- Status Code Filtering (
--status) - Exclude Unwanted Responses (
--exclude) - Proxy Support (Burp Suite / ZAP)
- Live Progress Bar + ETA
- Colorized Output (Hacker Style)
- Accessible URLs Highlighted
- Clean & Noise-Free Output
git clone https://github.com/yourusername/dirx.git
cd dirx
pip install -r requirements.txtpython3 dirx.py -u <target> -w <wordlist># Basic Scan
python3 dirx.py -u https://example.com -w wordlist.txt
# High Speed
python3 dirx.py -u https://target.com -w list.txt -t 30
# Filter Status Codes
python3 dirx.py -u https://target.com -w list.txt --status 200,403
# Exclude Responses
python3 dirx.py -u https://target.com -w list.txt --exclude 404,500
# Proxy (Burp Suite)
python3 dirx.py -u https://target.com -w list.txt --proxy http://127.0.0.1:8080/admin 200 5321B -> https://target.com/admin
/login 403 721B
/test 406 226B
[████████████░░░░░░░] 65% (3000/4613) | ETA: 00:20
This tool is strictly for educational purposes and authorized security testing only. Unauthorized usage is illegal.
If you like DirX, give it a ⭐ and share it with the community.
Connecting Hackers With Purpose