Docker container for testssl.sh, a command line to check the TLS/SSL implementation of a service.
1.2K
testssl.sh in a Docker container.
Get the trusted build on the docker hub:
$ docker pull zeitgeist/docker-testssl
or download and compile the source yourself from Github:
$ git clone https://github.com/alexzeitgeist/docker-testssl.git
$ cd docker-testssl
$ docker build -t zeitgeist/docker-testssl .
testssl.sh is a command line which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws. Related instructions can be found on its project page.
Examples:
$ docker run --rm zeitgeist/docker-testssl localhost:443
$ docker run --rm zeitgeist/docker-testssl --mx localhost
To simplify the commandline, set a bash alias in ~/.bash_aliases:
alias testssl="docker run --rm zeitgeist/docker-testssl"
Content type
Image
Digest
sha256:838a3949a…
Size
132.6 MB
Last updated
about 11 years ago
docker pull zeitgeist/docker-testssl