mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-22 16:39:30 +01:00
Updated Man page (markdown)
parent
3e00db1dbe
commit
0487882077
@ -10,9 +10,9 @@ testssl.sh [OPTIONS]... [FILE|URI]...
|
|||||||
|
|
||||||
testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as recent cryptographic flaws and much more.
|
testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as recent cryptographic flaws and much more.
|
||||||
|
|
||||||
All options requiring a value can be called with or without '=' e.g. ``testssl.sh -t=smtp --wide --openssl=/usr/bin/openssl <URI>``.
|
Options are either short or long options. All options requiring a value can be called with or without '=' e.g. ``testssl.sh -t=smtp --wide --openssl=/usr/bin/openssl <URI>`` is equivalent to ``testssl.sh --starttls smtp --wide --openssl /usr/bin/openssl <URI>``. Some options can also be preset via ENV variables. ``WIDE=true OPENSSL=/usr/bin/openssl testssl.sh --starttls smtp <URI>`` would be the equivalent to the aforementioned examples. Preference has the command line over ENV.
|
||||||
|
|
||||||
<URI> or <FILE> needs always to be the last parameter.
|
\<URI\> or \<FILE\> needs always to be the last parameter.
|
||||||
|
|
||||||
##### BANNER OPTIONS
|
##### BANNER OPTIONS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user