A lightweight directory enumeration tool for web security assessments. Performs concurrent scanning to identify hidden paths and resources on target web servers.
- Multi-threaded scanning with configurable thread count
- Automatic wordlist download when no local list is available
- Custom wordlist support
- HTTP status code detection (200, 403)
python3 PyBuster.py <target_url> [wordlist_path]# Basic scan with default wordlist
python3 PyBuster.py https://example.com
# Scan with custom wordlist
python3 PyBuster.py https://example.com /path/to/wordlist.txt- Python 3.x
- requests
pip install requestsThis tool is intended solely for authorized security testing and educational purposes. Unauthorized access to computer systems is illegal. Users are responsible for ensuring they have explicit permission before scanning any target. The author assumes no liability for misuse or damage caused by this software.
MIT License