ReconMaster is an automated reconnaissance tool for bug bounty hunting & penetration testing.
It performs subdomain enumeration, IP resolution, port scanning, vulnerability scanning, and reporting.
✅ Finds subdomains using subfinder.
✅ Resolves subdomains to IPs using dnsx.
✅ Scans open ports using Nmap.
✅ Scans vulnerabilities using Nuclei.
✅ Generates reports in JSON, CSV, and PDF format.
Clone the repo and install dependencies:
git clone https://github.com/YOUR-GITHUB-USERNAME/ReconMaster.git
cd ReconMaster
pip install -r requirements.txt