You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,20 @@ A virtual host scanner that can be used with pivot tools, detect catch-all scena
24
24
| -h, --help | Display help message and exit |
25
25
| -t TARGET_HOSTS | Set the target host. |
26
26
| -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)|
28
28
| -p PORT | Set the port to use (default 80). |
29
29
| -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). |
30
30
| --ignore-http-codes IGNORE_HTTP_CODES | Comma separated list of http codes to ignore with virtual host scans (default 404). |
| --unique-depth UNIQUE_DEPTH | Show likely matches of page content that is found x times (default 1). |
33
33
| --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). |
34
37
35
38
## Usage Examples
36
39
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/)._
38
41
39
42
### Quick Example
40
43
The most straightforward example runs the default wordlist against example.com using the default of port 80:
0 commit comments