Enumerate Virtual Hosts (vhosts)
Noise Level: High
This module will aggressively try to find virtual hosts (vhosts) based on the given wordlist.
Configuration
Parameter | Description | Default |
---|---|---|
wordlist | The path to the wordlist to use for this module. | Fallback to wordlist CLI argument |
match_status | The status codes to match. | 200-299,301,302,307,401,403,405,500 |
Example(s)
match_status
200-299
-> All the successful responses200-299,401,403
-> All the successful responses, including unauthorized and forbidden