From 7ccea66638eead7761d7445b49ab4d48c38ee0f8 Mon Sep 17 00:00:00 2001 From: Tim Kent Date: Thu, 28 Sep 2017 11:24:34 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1bbb673..693d246 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,7 @@ You can still specify a wordlist to use along with stdin. In these cases wordlis ```bash $ echo -e 'a.example.com\b.example.com' | VhostScan.py -t localhost -w ./wordlists/wordlist.txt - ``` +### Fuzzy Logic +Here is an example with fuzzy logic enabled. You can see the last comparison is much more similar than the first two (it is comparing the content not the actual hashes): + +![VHOSTScan Fuzzy Logic Example](https://github.com/codingo/codingo.github.io/blob/master/assets/VHostScan-Fuzzy-Wuzzy.PNG)