Skip to content

Commit

Permalink
testssl: add page (tldr-pages#4424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff authored Oct 3, 2020
1 parent e4980a2 commit f36635c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages/common/testssl.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit f36635c

Please sign in to comment.