Skip to content

tanvirpiyal/HexaHunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎯 HexaHunt

An automated Bug Bounty Recon Suite for Termux & Linux

Python Platform Version License

πŸ”₯ Features

Module Description
πŸ” Subdomain Enumeration Find subdomains of any target
βœ… Alive Checker Check which domains are live
πŸ”“ Port Scanner Scan open ports on targets
πŸ›‘οΈ Header Analyzer Check missing security headers
πŸ“‚ Directory Bruteforcer Find hidden paths & directories
πŸ”— JS Finder Extract endpoints & secrets from JS
πŸ•°οΈ Wayback URL Collector Collect URLs from Wayback Machine
πŸ“Š Report Generator Generate TXT & HTML reports

πŸ“± Installation (Termux)

pkg update && pkg upgrade -y
pkg install python git figlet ruby -y
gem install lolcat
git clone https://github.com/tanvirpiyal/HexaHunt.git
cd HexaHunt
pip install -r requirements.txt
python hexahunt.py

πŸ’» Installation (Linux/Kali)

sudo apt update
sudo apt install python3 python3-pip git figlet -y
pip3 install lolcat
git clone https://github.com/tanvirpiyal/HexaHunt.git
cd HexaHunt
pip3 install -r requirements.txt
python3 hexahunt.py

🎯 Usage

[1] Subdomain Enumeration  β†’ Find subdomains
[2] Alive Checker          β†’ Check live domains
[3] Port Scanner           β†’ Scan open ports
[4] Header Analyzer        β†’ Security header check
[5] Directory Bruteforcer  β†’ Find hidden paths
[6] JS Finder              β†’ Extract JS secrets
[7] Wayback URL Collector  β†’ Historical URLs
[8] Report Generator       β†’ Export HTML/TXT report

πŸ”„ Workflow

Target Domain
     ↓
[1] Subdomain Enum β†’ subdomains found
     ↓
[2] Alive Check β†’ live domains
     ↓
[3] Port Scan β†’ open ports
     ↓
[4] Header Check β†’ missing headers
     ↓
[5] Dir Brute β†’ hidden paths
     ↓
[6] JS Finder β†’ leaked secrets
     ↓
[7] Wayback β†’ historical URLs
     ↓
[8] Report β†’ HTML/TXT export

⚠️ Disclaimer

HexaHunt is for educational purposes and authorized testing only. Do not use against targets without explicit permission. The developer is not responsible for any misuse.

πŸ‘¨β€πŸ’» Author

πŸ”— Related Projects

About

🎯 Bug Bounty Recon Suite for Termux & Linux

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages