DomainReconTool is a comprehensive Python utility designed to perform essential reconnaissance tasks for white hat security assessments of domains. It automates DNS lookups, WHOIS queries, ping tests, HTTP header fetches, SSL certificate verifications, and subdomain discoveries, providing a detailed overview of a domain's security and configuration.
- DNS Lookup: Resolves domain names to IP addresses.
- WHOIS Lookup: Retrieves domain registration details.
- Ping Test: Checks the availability of the domain.
- HTTP Headers: Fetches and displays critical HTTP headers for security analysis.
- SSL Certificate Check: Verifies the SSL/TLS certificate of a secure website.
- Subdomain Discovery: Identifies common subdomains to uncover additional aspects of the target domain.
Before you begin, ensure you have the following installed:
- Python 3.x
- Libraries:
requests
,whois
,ssl
, andsocket