https://github.com/ero-hack/bughunter
A powerful bug hunting tool to detect XSS, SQLi, LFI, and Open Redirect vulnerabilities in web applications.
https://github.com/ero-hack/bughunter
bug-hunting cli-tool open-redirect python sql-injection sql-scanner vulnerability-scanner web-security xss-scanner xss-sqli-lfi xss-tool
Last synced: 5 months ago
JSON representation
A powerful bug hunting tool to detect XSS, SQLi, LFI, and Open Redirect vulnerabilities in web applications.
- Host: GitHub
- URL: https://github.com/ero-hack/bughunter
- Owner: ERO-HACK
- Created: 2025-07-15T21:00:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T21:11:31.000Z (6 months ago)
- Last Synced: 2025-07-16T19:42:53.350Z (6 months ago)
- Topics: bug-hunting, cli-tool, open-redirect, python, sql-injection, sql-scanner, vulnerability-scanner, web-security, xss-scanner, xss-sqli-lfi, xss-tool
- Language: Python
- Homepage: https://t.me/erohack0
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ BugHunter - Advanced Bug Hunting Tool
**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**.
---
## ๐ Features
- ๐ 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)
---
## ๐ ๏ธ Installation
```bash
git clone https://github.com/ERO-HACK/BugHunter.git
cd BugHunter
pip install -r requirements.txt
python bughunter.py -h