Python Forum
Recover the versions of SSL/TLS used by a website
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Recover the versions of SSL/TLS used by a website
#1
Hello

I would like to write a script python (version 2.7) which permit me to déterminate which versions of SSL/TLS (and the cryptographic algorithms) are accepted by a website.
I've got a constraint for my project : only use modules from the standard librairie.

To recover this informations, i thought to look the certificate of the website but i only can got the acual version of SSL/TLS used for the current communication. But what i want is to know, for each versions of SSL/TLS if the website support them.

So, i'm not sure that recover the certificate is the good way to solve my problem

SO, have you some ideas to help me ?

Thanks :)
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020