Virtual Hosts
At the core of virtual hosting is the ability of web servers to distinguish between multiple websites or applications sharing the same IP address. This is achieved by leveraging the HTTP Host header, a piece of information included in every HTTP request sent by a web browse
VHost fuzzing
VHost fuzzing is a technique to discover public and non-public subdomains and VHosts by testing various hostnames against a known IP address.
Virtual Hosts Discovery Tools
A multi-purpose tool often used for directory/file brute-forcing, but also effective for virtual host discovery.
Fast, supports multiple HTTP methods, can use custom wordlists.
Similar to Gobuster, but with a Rust-based implementation, known for its speed and flexibility.
Supports recursion, wildcard discovery, and various filters.
Another fast web fuzzer that can be used for virtual host discovery by fuzzing the Host header.
Customizable wordlist input and filtering options.
Last updated