reconP is a powerful subdomain discovery and verification tool that integrates multiple APIs to gather and check the status of subdomains for a given target domain. It utilizes various services to enhance subdomain enumeration and validate the operational status of discovered subdomains.
- API Integration: Fetches subdomains from multiple APIs including Censys, VirusTotal, Intelx, ZoomEye, RedHunt Labs, and DNSDumpster.
- Subdomain Verification: Asynchronously checks if the discovered subdomains are alive.
- Command-Line Interface: Easily run the tool via command-line arguments.
- Censys: For certificate-based subdomain discovery.
- VirusTotal: To obtain subdomain data from domain reports.
- Intelx: Provides subdomain information from intelligent searches.
- ZoomEye: Fetches subdomains from host searches.
- RedHunt Labs: Retrieves subdomains from reconnaissance data.
- DNSDumpster: Gathers DNS records and subdomains.
- Clone the repository (Pre-Requisites):
# Install waybackurls go install github.com/tomnomnom/waybackurls@latest # Install katana go install github.com/projectdiscovery/katana/cmd/katana@latest git clone https://github.com/your-repo/reconP.git cd reconP pip install requests httpx
python reconP.py -u example.com