Files
cheatsheet-tldr/tldr/sslscan

22 lines
418 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`