An open API service indexing awesome lists of open source software.

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.

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