We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3c1e5 commit e9d463bCopy full SHA for e9d463b
README.md
@@ -66,5 +66,5 @@ $ cat bank.htb | VHostScan.py -t 10.10.10.29 -
66
### STDIN and WordList
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
```bash
69
-$ echo -e 'hosta.com\nhostb.com' | VhostScan.py -t localhost -w ./wordlists/wordlist.txt -
+$ echo -e 'a.example.com\b.example.com' | VhostScan.py -t localhost -w ./wordlists/wordlist.txt -
70
```
0 commit comments