Skip to content

Commit 35b7059

Browse files
authored
Merge pull request #38 from codingo/timkent-readme
Update README.md
2 parents 39a56b5 + 7ccea66 commit 35b7059

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ You can still specify a wordlist to use along with stdin. In these cases wordlis
7777
```bash
7878
$ echo -e 'a.example.com\b.example.com' | VhostScan.py -t localhost -w ./wordlists/wordlist.txt -
7979
```
80+
### Fuzzy Logic
81+
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):
82+
83+
![VHOSTScan Fuzzy Logic Example](https://github.com/codingo/codingo.github.io/blob/master/assets/VHostScan-Fuzzy-Wuzzy.PNG)

0 commit comments

Comments
 (0)