项目作者: bug-c

项目描述 :
Docker container for SSLyze (SSL/TLS scanning library).
高级语言: Dockerfile
项目地址: git://github.com/bug-c/sslyze-docker.git
创建时间: 2020-09-02T11:08:36Z
项目社区:https://github.com/bug-c/sslyze-docker

开源协议:GNU Affero General Public License v3.0

下载


Docker container for the popular SSLyze tool.

Travis CI
Docker Pulls
Docker Stars

Docker Build

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

It allows you to analyze the SSL/TLS configuration of a server by connecting to it, in order to detect various issues (bad certificate, weak cipher suites, Heartbleed, ROBOT, TLS 1.3 support, etc.).

For more information visit the project page https://github.com/nabla-c0d3/sslyze

Build

  1. docker build -t ctdc/sslyze .

Run

  1. docker run --rm --name sslyze -it ctdc/sslyze
  2. docker run --rm --name sslyze -it ctdc/sslyze example.com --regular
  3. docker run --rm --name sslyze -it ctdc/sslyze example.com --regular --json_out=-
  4. docker run --rm --name sslyze -it ctdc/sslyze www.yahoo.com:443 www.google.com "[2607:f8b0:400a:807::2004]:443" --regular

Documentation

Documentation is available here.

License

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