
testssl
List of commands for testssl:
-
testssl:tldr:88cca testssl: Only check vulnerabilities.$ testssl --vulnerable ${example-com}try on your machineexplain this command
-
testssl:tldr:a65d9 testssl: Only check HTTP security headers.$ testssl --headers ${example-com}try on your machineexplain this command
-
testssl:tldr:c38c6 testssl: Only check available protocols.$ testssl --protocols ${example-com}try on your machineexplain this command
-
testssl:tldr:c71b6 testssl: Test a server (run every check) on port 443.$ testssl ${example-com}try on your machineexplain this command