Help: Web Fuzzing - Virtual Host and Subdomain Fuzzing

I’m Completely stumped.

To follow along, start the target system via the question section at the bottom of the page. Add the specified vhost to your hosts file using the command below, replacing IP with the IP address of your spawned instance.

I’ve added IP (94.237.57.131:42042 inlanefreight.htb) to /etc/hosts

I’ve tried:

gobuster vhost -u http://inlanefreight.htb:42042 -w /usr/share/seclists/Discovery/Web-Content/common.txt --append-domain

I get “no such host”

If I run:

gobuster vhost -u http://94.237.57.131:42042 -w /usr/share/seclists/Discovery/Web-Content/common.txt --append-domain

gobuster will run but I’m only returned Status: 400.

I’ve tried every combination of IP and URL I can think of, any hints or tips would be appriciated.

You need to add 94.237.57.131 inlanefreight.htb to /etc/hosts (note that you should not use a port in /etc/hosts) and try the following for Gobuster:
gobuster vhost -u http://inlanefreight.htb:42042 -w /usr/share/seclists/Discovery/Web-Content/common.txt --append-domain

2 Likes

Are you through? i can help you if u want