File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A virtual host scanner that can be used with pivot tools, detect catch-all scena
5
5
6
6
## Key Benefits
7
7
8
- * Quickly highlight unqiue content in catch-all scenarios
8
+ * Quickly highlight unique content in catch-all scenarios
9
9
* Locate the outliers in catch-all scenarios where results have dynamic content on the page (such as the time)
10
10
* Identify aliases by tweaking the unique depth of matches
11
11
* 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 -
66
66
### STDIN and WordList
67
67
You can still specify a wordlist to use along with stdin. In these cases wordlist information will be appended to stdin. For example:
68
68
``` 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 -
70
70
```
You can’t perform that action at this time.
0 commit comments