generation 486 25.11.20250714.62e0f05

This commit is contained in:
2025-08-04 22:31:49 -04:00
parent 5f41363bf2
commit f6f3887d18
7 changed files with 52 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# https://github.com/testssl/testssl.sh
if [ -z "$1" ]; then
echo "Usage: $0 <domain>"
echo "Example: $0 example.com"
exit 1
fi
docker run --rm -it ghcr.io/testssl/testssl.sh $1