Skip to content

Commit

Permalink
Merge pull request #38 from codingo/timkent-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
codingo authored Sep 28, 2017
2 parents 39a56b5 + 7ccea66 commit 35b7059
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 35b7059

Please sign in to comment.