LinuxCommandLibrary

testssl

Check SSL/TLS protocols and ciphers supported by a server.

TLDR

Test a server (run every check) on port 443

$ testssl [example.com]
copy


Test a different port
$ testssl [example.com:465]
copy


Only check available protocols
$ testssl --protocols [example.com]
copy


Only check vulnerabilities
$ testssl --vulnerable [example.com]
copy


Only check HTTP security headers
$ testssl --headers [example.com]
copy

Copied to clipboard