An open API service indexing awesome lists of open source software.

https://github.com/surface-security/scanner-testssl

TestSSL is used to scan SSL/TLS against vulnerabilities and other type of details.
https://github.com/surface-security/scanner-testssl

Last synced: about 1 month ago
JSON representation

TestSSL is used to scan SSL/TLS against vulnerabilities and other type of details.

Awesome Lists containing this project

README

          

# Security Scanner in Docker

## Run locally
- Build: `docker build -t ${PWD##*/} .`
- Create `/tmp/input/input.txt` and `/tmp/output`.
- Run: `docker run -it --rm -v /tmp/input:/input -v /tmp/output:/output ${PWD##*/}:latest`

## Parameters
- Run Docker with `--help` as parameter.