From 633e3e623c7ec9076d34addd0586fb58c2917516 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 26 Oct 2016 17:19:08 +0200 Subject: [PATCH] Updated Usage Documentation (markdown) --- Usage-Documentation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Usage-Documentation.md b/Usage-Documentation.md index a8f715f..a6009fa 100644 --- a/Usage-Documentation.md +++ b/Usage-Documentation.md @@ -102,6 +102,12 @@ Need HTML output? Just pipe through "aha" (Ansi HTML Adapter: github.com/theZiz/ `testssl.sh | 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