Skip to content

A port testing script and a SSL/TLS Version support scanner using web sockets and SSLScan packages.

Notifications You must be signed in to change notification settings

swadhinroutray/netsec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Working with Network Security

Port Testing

  • A simple python script to take in an IP Address and test port connectivity.
  • Ports are stored in the PortTesting/ports.txt file.
  • You can simply add ports to the list and test the application

TLS/SSL Scanner API

  • Uses the pysslscan package to run the sslScan
  • Runs on a flask server
  • Checks for SSLv2, SSLv3, TLSv1.0, TLSv1.1, TLSv1.2 & TLSv1.3 and return a dictionary with the final result

About

A port testing script and a SSL/TLS Version support scanner using web sockets and SSLScan packages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published