Skip to main content

Fast and powerful SSL/TLS scanning library.

Project description

SSLyze

Run Tests Downloads PyPI version Python version

SSLyze is a fast and powerful SSL/TLS scanning tool and Python library.

SSLyze can analyze the SSL/TLS configuration of a server by connecting to it, in order to ensure that it uses strong encryption settings (certificate, cipher suites, elliptic curves, etc.), and that it is not vulnerable to known TLS attacks (Heartbleed, ROBOT, OpenSSL CCS injection, etc.).

Key features

  • Focus on speed and reliability: SSLyze is a battle-tested tool that is used to reliably scan hundreds of thousands of servers every day.
  • Simple interface to run SSLyze from CI/CD, in order to continuously enforce strong SSL/TLS configuration. (TODO: Link)
  • Fully documented Python API that lets you run scans directly from Python, for example on AWS Lambda or Google Cloud Function.
  • Support for comparing a server's SSL/TLS configuration with Mozilla's recommendations. TODO: Link
  • Support for scanning non-HTTP servers, including SMTP, XMPP, LDAP, POP, IMAP, RDP, PostGres and FTP.
  • Results of a scan can easily be saved to a JSON file for later processing. TODO: Link
  • And much more!

Quick start

SSLyze can be installed directly via pip:

$ pip install --upgrade pip setuptools wheel
$ pip install --upgrade sslyze
$ python -m sslyze www.yahoo.com www.google.com "[2607:f8b0:400a:807::2004]:443"

Usage as a CI/CD step

TODO

Development environment

To setup a development environment:

$ pip install --upgrade pip setuptools wheel
$ pip install -e . 
$ pip install -r dev-requirements.txt

The tests can then be run using:

$ invoke test

Documentation

Documentation is available here.

License

Copyright (c) 2021 Alban Diquet

SSLyze is made available under the terms of the GNU Affero General Public License (AGPL). See LICENSE.txt for details and exceptions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sslyze-5.0.0b1.tar.gz (1.0 MB view details)

Uploaded Source

File details

Details for the file sslyze-5.0.0b1.tar.gz.

File metadata

  • Download URL: sslyze-5.0.0b1.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for sslyze-5.0.0b1.tar.gz
Algorithm Hash digest
SHA256 25bbcd2932dd63858c47c54d6e6a46209c5908df04fbf8e3fbd8bb8032521524
MD5 bfc03fa8a35572105efcdc96b5056ba8
BLAKE2b-256 f179a9595420feb6fe843241ee43f66c54d8fcf8e5e13de062edf87799b21545

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page