/docker-sslscan

Self-compiling static build of sslscan in Alpine Linux

Primary LanguageShellGNU General Public License v3.0GPL-3.0

docker-sslscan

Selfcompiling static build of sslscan

Uses the fork rbsec/sslscan

Based on Alpine Linux, so the image is quite small.

Usage:

I recommend to use the file sslscan.sh

#!/bin/sh

docker run \
    --rm=true --interactive --tty \
    jyeary/docker-sslscan:latest "$@"

Then it's easy:

./sslscan.sh --help

TLSSLed.sh

I hav included a slightly modified version of TLSSLed.sh for use with Docker and that outputs the results of the test into a separate sub-directory called results/.

mv TLSSLed_v1.3_docker.sh TLSSLed.sh
chmod +x TLSSLed.sh
./TLSLed.sh