Skip to content

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.

License

Notifications You must be signed in to change notification settings

progprnv/reconP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

image

reconP

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.

Features

  • 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.

APIs Used

  • 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.

Installation

  1. 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
    
    

Usage

python reconP.py -u example.com

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages