commands.sh

sslscan

all

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

More info →

Examples (3)

Test a server on port 443

sslscan example.com

Test a specified port

sslscan example.com:465

Show certificate information

sslscan --show-certificate example.com
made by @shridhargupta | data from tldr-pages