Skip to content

Commit 73d4282

Browse files
authored
Update README.md
1 parent b31fe77 commit 73d4282

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ $ VHostScan.py -t localhost -b example.com -p 4444 -r 80
4747
```
4848

4949
### STDIN
50-
If you want to pipe information into VHostScan you can use the following:
50+
If you want to pipe information into VHostScan you can use the ```-``` flag:
5151
```bash
52-
$ cat vhostname | VHostScan.py -t localhost
52+
$ cat vhostname | VHostScan.py -t localhost -
5353
```
5454
### STDIN and WordList
5555
You can still specify a wordlist to use along with stdin. In these cases wordlist information will be appended to stdin. For example:
5656
```bash
57-
$ cat vhostname | VhostScan.py -t localhost -w ./wordlists/wordlist.txt
57+
$ cat vhostname | VhostScan.py -t localhost -w ./wordlists/wordlist.txt -
5858
```

0 commit comments

Comments
 (0)