SSLyze analyzes the SSL configuration of a server by connecting to it.
1.2K
sslyze in a Docker container.
Get the trusted build on the docker hub:
$ docker pull zeitgeist/docker-sslyze
or download and compile the source yourself from Github:
$ git clone https://github.com/alexzeitgeist/docker-sslyze.git
$ cd docker-sslyze
$ docker build -t zeitgeist/docker-sslyze .
sslyze is a Python tool that can analyze the SSL configuration of a server by connecting to it. It is designed to be fast and comprehensive, and should help organizations and testers identify misconfigurations affecting their SSL servers.
Example usage:
$ docker run --rm zeitgeist/docker-sslyze --regular www.zeitgeist.se:443
Content type
Image
Digest
sha256:8db2ece78…
Size
60.4 MB
Last updated
over 10 years ago
docker pull zeitgeist/docker-sslyze