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 b31fe77 commit 73d4282Copy full SHA for 73d4282
README.md
@@ -47,12 +47,12 @@ $ VHostScan.py -t localhost -b example.com -p 4444 -r 80
47
```
48
49
### STDIN
50
-If you want to pipe information into VHostScan you can use the following:
+If you want to pipe information into VHostScan you can use the ```-``` flag:
51
```bash
52
-$ cat vhostname | VHostScan.py -t localhost
+$ cat vhostname | VHostScan.py -t localhost -
53
54
### STDIN and WordList
55
You can still specify a wordlist to use along with stdin. In these cases wordlist information will be appended to stdin. For example:
56
57
-$ cat vhostname | VhostScan.py -t localhost -w ./wordlists/wordlist.txt
+$ cat vhostname | VhostScan.py -t localhost -w ./wordlists/wordlist.txt -
58
0 commit comments