Sign inSign up

treibholz/sslscan

By treibholz

Updated over 2 years ago

tiny static-build of sslscan (alpine>scratch)

Image
1

1.2K

treibholz/sslscan repository overview

docker-sslscan

Selfcompiling static build of sslscan

Uses the fork rbsec/sslscan

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

But to make it even smaller, I switched to a multi-stage build and only copy the static sslscan-binary and an absolute minimal set of files from Alpine Linux into an empty container.

Usage:

I recommend to use the file sslscan.sh

#!/bin/sh

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

Then it's easy:

./sslscan.sh --help

Tag summary

Content type

Image

Digest

sha256:44dff8753

Size

2.3 MB

Last updated

over 2 years ago

docker pull treibholz/sslscan