Modular, async-powered recon engine for bug bounty, red team, and CTF ops.
Built to scale across 10k+ domains with Redis queueing, httpx probing, nuclei scanning, ffuf brute, and gau scraping.
- π Async + Redis for 10k+ domains
- π₯ Modular architecture (plug-and-play per phase)
- π Passive + active recon via subfinder, httpx, gau
- π Templated vuln scan with nuclei
- π Fuzzing endpoints with ffuf
- π§ Output directory per phase
| Tool | Role |
|---|---|
subfinder |
Subdomain enumeration |
httpx |
Probe for alive + titles |
gau |
Historical URL grabbing |
nuclei |
Vulnerability scanning |
ffuf |
Endpoint brute-forcing |
git clone git@github.com:jasidok/reconfire.git
cd reconfire
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt