Skip to content

Commit ab00ba6

Browse files
authored
Update README.md
1 parent 4a318ae commit ab00ba6

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
@@ -33,7 +33,7 @@ $ pip install -r requirements.txt
3333
| -h, --help | Display help message and exit |
3434
| -t TARGET_HOSTS | Set the target host. |
3535
| -b BASE_HOST | Set host to be used during substitution in wordlist (default to TARGET).|
36-
| -w WORDLIST | Set the wordlist to use (default ./wordlists/virtual-host-scanning.txt) |
36+
| -w WORDLISTS | Set the wordlist(s) to use. You may specify multiple wordlists in comma delimited format (e.g. -w "./wordlists/simple.txt, ./wordlists/hackthebox.txt" (default ./wordlists/virtual-host-scanning.txt). |
3737
| -p PORT | Set the port to use (default 80). |
3838
| -r REAL_PORT | The real port of the webserver to use in headers when not 80 (see RFC2616 14.23), useful when pivoting through ssh/nc etc (default to PORT). |
3939
| --ignore-http-codes IGNORE_HTTP_CODES | Comma separated list of http codes to ignore with virtual host scans (default 404). |

0 commit comments

Comments
 (0)