ReconX is an automated reconnaissance framework for bug bounty hunters and penetration testers.
It integrates multiple tools for subdomain enumeration, live host discovery, vulnerability scanning, and archived URL collection, with a final HTML report generated for easy review.
-
Subdomain Enumeration
Uses: -
Live Host Discovery
Uses: -
Vulnerability Scanning
Uses: -
Archived URL Discovery
Uses: -
Report Generation
Uses:Jinja2for clean, color-coded HTML reports.
# Clone the repository
git clone https://github.com/intelligent-ears/ReconX.git
cd ReconXsudo apt install subfinder amass httpx nuclei waybackurls gau
pip install -r requirements.txt```python3 recon.py -d example.com -o output_dir- Enumerate subdomains with Subfinder & Amass
- Probe live hosts with Httpx
- Scan vulnerabilities with Nuclei
- Fetch archived URLs with Waybackurls & GAU
- Generate an HTML report in the output directory