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.
- Host: GitHub
- URL: https://github.com/surface-security/scanner-testssl
- Owner: surface-security
- License: mit
- Created: 2022-02-11T12:05:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T18:43:36.000Z (over 3 years ago)
- Last Synced: 2025-03-22T06:14:11.531Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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.