Skip to content

Self-compiling static build of sslscan in Alpine Linux

License

Notifications You must be signed in to change notification settings

jyeary/docker-sslscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Self-compiling static build of sslscan in Alpine Linux

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%