From a0ae69789e9bb6775da18b09e486e8eaf41093ac Mon Sep 17 00:00:00 2001 From: Tim Kent Date: Thu, 28 Sep 2017 10:55:40 +1000 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d77e479..648b710 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ $ pip install -r requirements.txt | --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. | +| --fuzzy-logic | If set then all unique content replies are compared and a similarity ratio is given for each pair. | | --waf | If set then simple WAF bypass headers will be sent. | | -oN OUTPUT_NORMAL | Normal output printed to a file when the -oN option is specified with a filename argument. | | - | By passing a blank '-' you tell VHostScan to expect input from stdin (pipe). | From 30d7794b5db51e386251cdae3c3d3be9e629eb70 Mon Sep 17 00:00:00 2001 From: Michael <886344+codingo@users.noreply.github.com> Date: Thu, 28 Sep 2017 10:58:56 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 648b710..1bbb673 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ pip install -r requirements.txt | --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. | -| --fuzzy-logic | If set then all unique content replies are compared and a similarity ratio is given for each pair. | +| --fuzzy-logic | If set then all unique content replies are compared and a similarity ratio is given for each pair. This helps to isolate vhosts in situations where a default page isn't static (such as having the time on it). | | --waf | If set then simple WAF bypass headers will be sent. | | -oN OUTPUT_NORMAL | Normal output printed to a file when the -oN option is specified with a filename argument. | | - | By passing a blank '-' you tell VHostScan to expect input from stdin (pipe). |