BugHunter is a powerful and modular CLI-based bug hunting tool designed for discovering common web vulnerabilities like XSS, SQL Injection, Local File Inclusion (LFI), and Open Redirect.
It is ideal for bug bounty hunters, penetration testers, and security researchers.
- ๐ Scan for XSS, LFI, SQLi, and Redirect vulnerabilities
- ๐งช Payload injection system (customizable via
.txt
files) - ๐จ Colorful CLI output for better readability
- ๐งฐ Easy-to-use Command Line Interface
- ๐ง Intelligent detection patterns
- ๐ Support for file-based payloads
- ๐ Execution delay/timing control
- ๐ฆ Modular architecture (each vulnerability has its own module)
git clone https://github.com/ERO-HACK/BugHunter.git
cd BugHunter
pip install -r requirements.txt
python bughunter.py -h