mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-11-24 12:01:35 +01:00
Updated Usage Documentation (markdown)
parent
e4b02d7cbe
commit
633e3e623c
@ -102,6 +102,12 @@ Need HTML output? Just pipe through "aha" (Ansi HTML Adapter: github.com/theZiz/
|
||||
|
||||
`testssl.sh <options> <URI> | aha >output.html`
|
||||
|
||||
|
||||
### STARTTLS
|
||||
|
||||
For STARTTLS you need to aim at the text/plain port, provide ``-t/--smtp`` and the port : ``testssl.sh -t smtp smtp.gmail.com:25`` or e.g. ``testssl.sh -t imap imap.gmx.net:143``. Please note that for plain encrypted ports you do not have to specify the protocol option: ``testssl.sh smtp.gmail.com:465`` tests the encryption on the SMTPS port, ``testssl.sh imap.gmx.net:993`` on the IMAPS port.
|
||||
|
||||
|
||||
### Exit status
|
||||
|
||||
**0** testssl.sh finished sucessfully
|
||||
|
Loading…
Reference in New Issue
Block a user