generation 486 25.11.20250714.62e0f05
This commit is contained in:
7
home/scripts/security/testssl.sh
Normal file
7
home/scripts/security/testssl.sh
Normal 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
|
||||
Reference in New Issue
Block a user