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 e7ed3e6 commit 8b3c1e5Copy full SHA for 8b3c1e5
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
-$ cat vhostname | VhostScan.py -t localhost -w ./wordlists/wordlist.txt -
+$ echo -e 'hosta.com\nhostb.com' | VhostScan.py -t localhost -w ./wordlists/wordlist.txt -
70
```
0 commit comments