Skip to content

intelligent-ears/ReconX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReconX

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.


Features

  • Subdomain Enumeration
    Uses:

  • Live Host Discovery
    Uses:

  • Vulnerability Scanning
    Uses:

  • Archived URL Discovery
    Uses:

  • Report Generation
    Uses:

    • Jinja2 for clean, color-coded HTML reports.

Installation

# Clone the repository
git clone https://github.com/intelligent-ears/ReconX.git
cd ReconX

Install dependencies

sudo apt install subfinder amass httpx nuclei waybackurls gau
pip install -r requirements.txt```

Usage

python3 recon.py -d example.com -o output_dir

This will:

  1. Enumerate subdomains with Subfinder & Amass
  2. Probe live hosts with Httpx
  3. Scan vulnerabilities with Nuclei
  4. Fetch archived URLs with Waybackurls & GAU
  5. Generate an HTML report in the output directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors