Analyzing SSL/TLS configurations with SSLyze script

SSLyze is a Python tool that works with python 3.6 and analyzes the SSL configuration of a server to detect issues such as bad certificates and dangerous cipher suites.

This tool is available on the pypi repository and you can install it from source code or with the pip install command:

https://pypi.org/project/SSLyze/

https://github.com/nabla-c0d3/sslyze

Also it's necessary to install some dependencies, such as nassl, also available in the pypi repository:

https://pypi.org/project/nassl/

https://github.com/nabla-c0d3/nassl

These are the options that the script provides:

One of the options ...

Get Mastering Python for Networking and Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.