Skip to Content
Mastering Python for Networking and Security
book

Mastering Python for Networking and Security

by José Manuel Ortega
September 2018
Intermediate to advanced
426 pages
10h 46m
English
Packt Publishing
Content preview from Mastering Python for Networking and Security

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 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Python for Networking and Security - Second Edition

Mastering Python for Networking and Security - Second Edition

José Manuel Ortega
Python for Cybersecurity

Python for Cybersecurity

Howard E. Poston, III

Publisher Resources

ISBN: 9781788992510Supplemental Content