alexzeitgeist / docker-sslscan

Dockerized sslscan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zeitgeist/docker-sslscan

sslscan (fork) in a Docker container.

Requirements

  • Docker 1.5+ (previous versions may work fine, but I haven't tried)

Installation

Get the trusted build on the docker hub:

$ docker pull zeitgeist/docker-sslscan

or download and compile the source yourself from Github:

$ git clone https://github.com/alexzeitgeist/docker-sslscan.git
$ cd docker-sslscan
$ docker build -t zeitgeist/docker-sslscan .

Usage

This is a fork of ioerror's version of sslscan. It tests SSL/TLS enabled services to discover supported cipher suites.

Example usage:

$ docker run --rm zeitgeist/docker-sslscan www.zeitgeist.se

About

Dockerized sslscan