1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:55:24 +02:00

sslscan: add page (#7451)

This commit is contained in:
Pierre Rudloff 2021-11-18 14:45:32 +01:00 committed by GitHub
parent 539d226996
commit 3d4465a5d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/common/sslscan.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`