1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 21:42:08 +02:00
tldr/pages/common/sslscan.md
2021-11-18 10:45:32 -03:00

325 B

sslscan

Check SSL/TLS protocols and ciphers supported by a server. More information: https://github.com/rbsec/sslscan.

  • Test a server on port 443:

sslscan {{example.com}}

  • Test a specified port:

sslscan {{example.com}}:{{465}}

  • Show certificate information:

testssl --show-certificate {{example.com}}