Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzi- authored Mar 10, 2020
1 parent 6d5a74e commit 4372fca
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down

0 comments on commit 4372fca

Please # to comment.