From f7c8611ae50efb436a539030ecb6758ee246869a Mon Sep 17 00:00:00 2001 From: Michael <886344+codingo@users.noreply.github.com> Date: Wed, 13 Sep 2017 15:53:10 +1000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ffac333..105b686 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,18 @@ A virtual host scanner that detects catch-all scenarios and attempts to work around dynamic default pages [![Python 3.2|3.6](https://img.shields.io/badge/python-3.2|3.6-green.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPL3-_red.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) [![Twitter](https://img.shields.io/badge/twitter-@____timk-blue.svg)](https://twitter.com/__timk) [![Twitter](https://img.shields.io/badge/twitter-@codingo__-blue.svg)](https://twitter.com/codingo_) + +## Usage + +| Argument | Description | +| ------------- |:-------------| +| -h, --help | Display help message and exit | +| -t TARGET_HOSTS | Set the target host. | +| -b BASE_HOST | Set host to be used during substitution in wordlist (default to TARGET).| +| -w WORDLIST | Set the wordlist to use for generated commands. Ex /usr/share/wordlist.txt | +| -p PORT | Set the port to use (default 80). | +| -r REAL_PORT | The real port of the webserver to use in headers when not 80 (see RFC2616 14.23), useful when pivoting through ssh/nc etc (default to PORT). | +| --ignore-http-codes IGNORE_HTTP_CODES | Comma separated list of http codes to ignore with virtual host scans (default 404). | +| --ignore-content-length IGNORE_CONTENT_LENGTH | Ignore content lengths of specificed amount. | +| --unique-depth UNIQUE_DEPTH | Show likely matches of page content that is found x times (default 1). | +| --ssl | If set then connections will be made over HTTPS instead of HTTP. |