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.