This repository contains a Docker container for the OWASP SSL advanced forensic tool.
docker run sig9/o-saft +check www.nicksays.co.uk
The container is configured an entrypoint of perl /opt/osaft/o-saft.pl
. If you want to jump into the container then you'll need to override the entrypoint at runtime using --entrypoint
, for example:
$ docker run -it --entrypoint=bash sig9/o-saft
root@2791d357b433:/opt/osaft#