tldr/pages/common/sslscan.md

17 lines
325 B
Markdown
Raw Normal View History

2021-11-18 13:45:32 +00:00
# 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}}`