Skip to content

A Python-based Jupyter Notebook for scanning and analyzing domain security. The tool checks DNS records, enumerates subdomains, scans ports, analyzes SSL/TLS configurations, and identifies vulnerabilities, helping security researchers and administrators assess a domain's security posture.

Notifications You must be signed in to change notification settings

mthwndrsn/secscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Domain Scan Script

This Jupyter Notebook is designed for scanning and analyzing various security aspects of a domain. The script performs the following key functions:

  • DNS Record Analysis: Retrieves and analyzes DNS records, including A, MX, and TXT records.
  • Subdomain Enumeration: Identifies and lists subdomains associated with the target domain.
  • Port Scanning: Scans common ports to check for open or vulnerable ports.
  • SSL/TLS Analysis: Checks the SSL/TLS configuration for potential weaknesses.
  • Vulnerability Assessment: Identifies known vulnerabilities associated with the domain's services.

This tool is useful for security researchers and administrators looking to assess the security posture of a domain.

About

A Python-based Jupyter Notebook for scanning and analyzing domain security. The tool checks DNS records, enumerates subdomains, scans ports, analyzes SSL/TLS configurations, and identifies vulnerabilities, helping security researchers and administrators assess a domain's security posture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published