2025-03-14 21:59:59 -06:00
|
|
|
# sslscan
|
|
|
|
|
|
|
|
|
|
> Check SSL/TLS protocols and ciphers supported by a server.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/sslscan>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Test a server on port 443:
|
|
|
|
|
|
|
|
|
|
`sslscan {{example.com}}`
|
|
|
|
|
|
|
|
|
|
- Test a specified port:
|
|
|
|
|
|
|
|
|
|
`sslscan {{example.com}}:{{465}}`
|
|
|
|
|
|
|
|
|
|
- Show certificate information:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`sslscan --show-certificate {{example.com}}`
|