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
| --unique-depth UNIQUE_DEPTH | Show likely matches of page content that is found x times (default 1). |
19
19
| --ssl | If set then connections will be made over HTTPS instead of HTTP. |
20
+
21
+
## Examples
22
+
23
+
The most straightforward example runs the default wordlist against example.com using the default of port 80:
24
+
25
+
```bash
26
+
$ VHostScan.py -t example.com
27
+
```
28
+
29
+
Say you have an SSH port forward listening on port 4444 fowarding traffic to port 80 on example.com's development machine. You could use the following to make VHostScan connect through your SSH tunnel via localhost:4444 but format the header requests to suit connecting straight to port 80:
0 commit comments