mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:42:07 +02:00
16 lines
325 B
Markdown
16 lines
325 B
Markdown
# 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}}`
|