Skip to content

DomainReconTool automates essential reconnaissance tasks for white hat security assessments. It performs DNS lookups, WHOIS queries, ping tests, HTTP header fetches, and SSL certificate checks, offering a quick overview of a domain's security setup.

License

Notifications You must be signed in to change notification settings

CompuSalle/DomainReconToo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DomainReconTool

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.

Features

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

Prerequisites

Before you begin, ensure you have the following installed:

  • Python 3.x
  • Libraries: requests, whois, ssl, and socket

About

DomainReconTool automates essential reconnaissance tasks for white hat security assessments. It performs DNS lookups, WHOIS queries, ping tests, HTTP header fetches, and SSL certificate checks, offering a quick overview of a domain's security setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages