From 4372fca5caa618b3f37a34589585fc70bcc6831e Mon Sep 17 00:00:00 2001 From: ozzi- Date: Tue, 10 Mar 2020 12:10:51 +0100 Subject: [PATCH] Update readme.md --- readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 71ed5ad..869a72a 100644 --- a/readme.md +++ b/readme.md @@ -4,9 +4,14 @@ Next to the console output, a HTML report is generated as "results_`date "+%Y-%m # Usage Run on any Unix system with CURL installed as such: -```sh -$ ./consoleSSLlabs urlfile ``` +Usage: consoleSSLlabs.sh [OPTIONS] + [OPTIONS]: + -U URLS Path to file containing the URLs to be scanned, use ; as delimiter (required) + -O OUTPUT Output file (HTML report) (default: results_%Y-%m-%d_%H:%M:%S.html) + -V VERBOSE Use verbose output +``` +# URL File The url file must use the following format: * One line only * urls seperated by semicolon ;