Virtual Hosts - Task - 1st question

Hey All,

Completely stuck on the first question in the tasks. Brute-force vhosts on the target system. What is the full subdomain that is prefixed with “web”? Answer using the full domain, e.g. “x.inlanefreight.htb”

I am setting the hosts file: inlanefreight.htb

along with the command from the material.

gobuster vhost -u http://inlanefreight.htb -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-110000.txt --append-domain

I keep getting an error response saying it was unable to connect to inlanefreight.htb

Any help would be greatly appreciated.

Best Regards,

Noob Dano

Hi Dano :slight_smile:

You should define the Domain in your command. Just add
--domain inlanefreight.htb to your CLI.

The fact you defined the domain in the hosts file or in the -u flag, doesn’t configure the domain that you wisj to append in your command.

1 Like

Got It thanks! Greatly Appreciated

1 Like