gobuster_vhost
Enumerates virtual hosts on a web server by brute-forcing Host header values, executed on a remote Kali host via SSH.
Instructions
Virtual host enumeration mode - discovers virtual hosts on a web server by brute forcing Host header values. Executes on remote Kali host via SSH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL (e.g., https://example.com) | |
| async | No | Run scan asynchronously and return scan ID (default: false) | |
| quiet | No | Don't print banner and other noise (default: false) | |
| domain | No | Domain to append to wordlist entries (--append-domain) | |
| cookies | No | Cookies to use for requests | |
| headers | No | Custom headers | |
| threads | No | Number of concurrent threads (default: 10) | |
| timeout | No | HTTP timeout in seconds (default: 10) | |
| wordlist | No | Path to wordlist file on Kali (default: /usr/share/wordlists/dirb/common.txt) | |
| user_agent | No | Custom User-Agent string | |
| exclude_length | No | Exclude results with these response lengths, comma-separated | |
| follow_redirect | No | Follow redirects (default: false) | |
| no_tls_validation | No | Skip TLS certificate verification (default: false) |