mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 05:53:16 +00:00
Update cheatsheets
This commit is contained in:
21
sslscan
Normal file
21
sslscan
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user