Skip to content

Commit e9d463b

Browse files
authored
Update README.md
1 parent 8b3c1e5 commit e9d463b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ $ cat bank.htb | VHostScan.py -t 10.10.10.29 -
6666
### STDIN and WordList
6767
You can still specify a wordlist to use along with stdin. In these cases wordlist information will be appended to stdin. For example:
6868
```bash
69-
$ echo -e 'hosta.com\nhostb.com' | 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 -
7070
```

0 commit comments

Comments
 (0)