Skip to content

Simple python script intended to connect to SSL/TLS servers and retrieve certificate information from the connection

License

Notifications You must be signed in to change notification settings

ktraister/pyssl-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple python tool to connect to SSL/TLS servers and pull certificate information from the connection


EXAMPLE RUN:
-----------------------------------------------------------------------------------------------------------------
$ python sslcheck.py google.com 443

Testing port...
Connection succeeded!

Testing for SSL listener...
Port is listening for SSL connections!

x509 Cert Details:
----------------------
Country: US
State: California
Location: Mountain View
Organization: Google LLC
CName: *.google.com

Certificate Expiry Information:
---------------------------------
Year: 2018 Month: 07 Day: 17 Time: 09:26:00 GMT

About

Simple python script intended to connect to SSL/TLS servers and retrieve certificate information from the connection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages