Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 656 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 656 Bytes

Network Scanner

Invoking the scanner

python3 scan.py [input_file.txt] [output_file.json]

Generating the report

python3 report.py [input_file.json] [output_file.txt]

Features

  • Scan Time
  • List IPv4 addresses
  • List IPv6 addresses
  • Determining HTTP server
  • Checking for insecure HTTP
  • Check HTTPS redirects
  • Check HTTP Strict Transport Security enabled
  • List TLS versions
  • Identify the Root Certificate Authority
  • List the reverse DNS names for IPv4 addresses
  • Determine the RTT range
  • Find the geo-location of IPv4 addresses
  • Print a formatted report

Collaborators

Hong Zhou