I am new to Hack the Box and I want to learn the basics with the starting point machines and I discovered a few problems. I am using the walkthrough to learn the basics. But even if I use the same Command with a new IP Address, I ran into different results.
For example, at the level “Three”. I used the same command to discover subdomains, but don’t find any. If I want to visit s3.thetoppers.htb Firefox can’t find the page.
Sometimes I reset the machine and it will work. I like HTB, but it needs to work properly. Is this caused by an overload with multiple users? Do the instances change? What can I do?
Hi,
there should be no problem. I’ve done this 2 weeks ago and I use gobuster vhost since then.
Since Firefox might cause issues, did you try to use other browsers or the “curl” command to check that you do have connection?. Don’t forget to add a new list in your /etc/hosts.
Thank you very much. Now it worked. I used the url with the -u flag, as described in the walkthrough. With the ip Adress and --append-domain it is working. Thanks.