Skip to content

Commit 7454647

Browse files
author
Michael Skelton
committed
Merge branch 'timk-fuzzy-logic' of https://github.com/codingo/VHostScan into timk-fuzzy-logic
2 parents ffeb9e8 + e9d463b commit 7454647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A virtual host scanner that can be used with pivot tools, detect catch-all scena
55

66
## Key Benefits
77

8-
* Quickly highlight unqiue content in catch-all scenarios
8+
* Quickly highlight unique content in catch-all scenarios
99
* Locate the outliers in catch-all scenarios where results have dynamic content on the page (such as the time)
1010
* Identify aliases by tweaking the unique depth of matches
1111
* Wordlist supports standard words and a variable to input a base hostname (for e.g. dev.%s from the wordlist would be run as dev.BASE_HOST)
@@ -66,5 +66,5 @@ $ cat bank.htb | VHostScan.py -t 10.10.10.29 -
6666
### STDIN and WordList
6767
You can still specify a wordlist to use along with stdin. In these cases wordlist information will be appended to stdin. For example:
6868
```bash
69-
$ cat vhostname | VhostScan.py -t localhost -w ./wordlists/wordlist.txt -
69+
$ echo -e 'a.example.com\b.example.com' | VhostScan.py -t localhost -w ./wordlists/wordlist.txt -
7070
```

0 commit comments

Comments
 (0)