Skip to content

Commit 3b2dcdc

Browse files
authored
Update README.md
Minor filename fix
1 parent 599647f commit 3b2dcdc

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
@@ -84,7 +84,7 @@ $ cat bank.htb | VHostScan.py -t 10.10.10.29 -
8484
### STDIN and WordList
8585
You can still specify a wordlist to use along with stdin. In these cases wordlist information will be appended to stdin. For example:
8686
```bash
87-
$ echo -e 'a.example.com\b.example.com' | VhostScan.py -t localhost -w ./wordlists/wordlist.txt
87+
$ echo -e 'a.example.com\b.example.com' | VHostScan.py -t localhost -w ./wordlists/wordlist.txt
8888
```
8989
### Fuzzy Logic
9090
Here is an example with fuzzy logic enabled. You can see the last comparison is much more similar than the first two (it is comparing the content not the actual hashes):

0 commit comments

Comments
 (0)