mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
testssl: add page (#4424)
This commit is contained in:
parent
e4980a2191
commit
f36635c12f
1 changed files with 24 additions and 0 deletions
24
pages/common/testssl.md
Normal file
24
pages/common/testssl.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# testssl
|
||||
|
||||
> Check SSL/TLS protocols and ciphers supported by a server.
|
||||
> More information: <https://testssl.sh/>.
|
||||
|
||||
- Test a server (run every check) on port 443:
|
||||
|
||||
`testssl {{example.com}}`
|
||||
|
||||
- Test a different port:
|
||||
|
||||
`testssl {{example.com:465}}`
|
||||
|
||||
- Only check available protocols:
|
||||
|
||||
`testssl --protocols {{example.com}}`
|
||||
|
||||
- Only check vulnerabilities:
|
||||
|
||||
`testssl --vulnerable {{example.com}}`
|
||||
|
||||
- Only check HTTP security headers:
|
||||
|
||||
`testssl --headers {{example.com}}`
|
Loading…
Add table
Reference in a new issue