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
@@ -40,12 +33,18 @@ A virtual host scanner that can be used with pivot tools, detect catch-all scena
40
33
| --ssl | If set then connections will be made over HTTPS instead of HTTP. |
41
34
42
35
## Usage Examples
36
+
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/).___
38
+
43
39
### Quick Example
44
40
The most straightforward example runs the default wordlist against example.com using the default of port 80:
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