Selfcompiling static build of sslscan
Uses the fork rbsec/sslscan
Based on Alpine Linux, so the image is quite small.
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
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