| Crates.io | subhunter |
| lib.rs | subhunter |
| version | 1.0.2 |
| created_at | 2025-05-28 14:51:39.386402+00 |
| updated_at | 2025-05-28 15:10:27.769435+00 |
| description | Ferramenta avanΓ§ada de enumeraΓ§Γ£o de subdomΓnios para Bug Bounty e Pentest |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1692869 |
| size | 80,486 |
π Lightning-fast subdomain enumeration with intelligent prioritization for Bug Bounty hunters and Penetration Testers
Features β’ Installation β’ Usage β’ Priority System β’ Examples
SubHunter isn't just another subdomain enumerator. It's a professional-grade reconnaissance tool specifically designed to maximize your Bug Bounty ROI by intelligently prioritizing high-value targets.
# Clone the repository
git clone https://github.com/your-username/subhunter.git
cd subhunter
# Build in release mode for maximum performance
cargo build --release
# Run SubHunter
./target/release/subhunter example.com
cargo install [--lock] subhunter
SubHunter uses a sophisticated classification system to help you focus on high-value targets first:
| Priority | π― Target Type | Examples | Why It Matters |
|---|---|---|---|
| π΄ CRITICAL | Admin interfaces, APIs, Dev environments | admin, api, dev, staging, test |
Highest Bug Bounty value - Direct access to sensitive functions |
| π HIGH | Infrastructure services | mail, ftp, vpn, database, backup |
High privilege access - Often misconfigured or outdated |
| π‘ MEDIUM | Standard web services | www, blog, support, portal |
Moderate value - Common attack vectors |
| π’ LOW | Static resources | cdn, static, assets, images |
Lower priority - Limited attack surface |
| βͺ UNKNOWN | Custom patterns | Domain-specific subdomains | Manual review needed - Potential hidden gems |
# Enumerate subdomains for a target
subhunter example.com
π― SubHunter - Advanced Subdomain Enumeration for Bug Bounty
Target: example.com
π Searching Certificate Transparency logs...
π Found 23 certificates in CT log
β
CT Log: admin.example.com
β
CT Log: api.example.com
π Starting brute force enumeration...
β
Found: admin.example.com (CRITICAL)
β
Found: api.example.com (CRITICAL)
β
Found: dev.example.com (CRITICAL)
β
Found: mail.example.com (HIGH)
β
Found: www.example.com (MEDIUM)
π Report saved to: subdomains_example.com.txt
π Statistics:
π΄ Critical: 15
π High: 8
π‘ Medium: 12
π’ Low: 5
βͺ Unknown: 3
β
Enumeration completed!
π― SUBDOMAIN ENUMERATION REPORT
Domain: example.com
Total found: 43
Timestamp: 2025-05-28 15:30:45
================================================================================
π΄ CRITICAL - HIGH PRIORITY FOR BUG BOUNTY
--------------------------------------------------
Domain: admin.example.com
IPs: ["192.168.1.10"]
HTTP Status: 200
Title: Admin Panel - Login
Technologies: ["Server: Apache/2.4.41"]
Security Headers: {"x-frame-options": "DENY"}
Response Time: 234ms
Domain: api.example.com
IPs: ["192.168.1.15"]
HTTP Status: 200
Title: API Gateway
Technologies: ["Server: nginx/1.18.0", "Powered by: Express"]
Security Headers: {}
Response Time: 156ms
SubHunter automatically identifies:
β οΈ Important Notice: SubHunter is designed for ethical security testing only
Authorized Use Cases:
Prohibited Uses:
We welcome contributions from the security community!
Released under the MIT License - see LICENSE for details.
Developed with β€οΈ for the Bug Bounty and Penetration Testing community
SubHunter - Hunt subdomains like a pro π―
github.com/ktfth
Happy Hunting! π―