Skip to content

Commit 8d82d4b

Browse files
authored
Update README.md
1 parent 0e95e2f commit 8d82d4b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,20 @@ A virtual host scanner that can be used with pivot tools, detect catch-all scena
2424
| -h, --help | Display help message and exit |
2525
| -t TARGET_HOSTS | Set the target host. |
2626
| -b BASE_HOST | Set host to be used during substitution in wordlist (default to TARGET).|
27-
| -w WORDLIST | Set the wordlist to use for generated commands. Ex /usr/share/wordlist.txt |
27+
| -w WORDLIST | Set the wordlist to use (default ./wordlists/virtual-host-scanning.txt) |
2828
| -p PORT | Set the port to use (default 80). |
2929
| -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). |
3030
| --ignore-http-codes IGNORE_HTTP_CODES | Comma separated list of http codes to ignore with virtual host scans (default 404). |
3131
| --ignore-content-length IGNORE_CONTENT_LENGTH | Ignore content lengths of specificed amount. |
3232
| --unique-depth UNIQUE_DEPTH | Show likely matches of page content that is found x times (default 1). |
3333
| --ssl | If set then connections will be made over HTTPS instead of HTTP. |
34+
| --waf | If set then simple WAF bypass headers will be sent. |
35+
| -oN OUTPUT_NORMAL | Normal output printed to a file when the -oN option is specified with a filename argument. |
36+
| - | By passing a blank '-' you tell VHostScan to expect input from stdin (pipe). |
3437

3538
## Usage Examples
3639

37-
___Note that a number of these examples reference 10.10.10.29. This IP refers to BANK.HTB, a retired target machine from HackTheBox (https://www.hackthebox.eu/).___
40+
_Note that a number of these examples reference 10.10.10.29. This IP refers to BANK.HTB, a retired target machine from HackTheBox (https://www.hackthebox.eu/)._
3841

3942
### Quick Example
4043
The most straightforward example runs the default wordlist against example.com using the default of port 80:

0 commit comments

Comments
 (0)