Hey there, I am having an issue with the Tier 1 starting point box called “Three”, but I think it may be the box and not me.
When trying to view the S3 service in my browser after adding http://s3.thetoppers.htb/ to my hosts file, I am getting the following error when navigating to the URL in my browser:
“Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request”
I followed the walkthrough, but I think this is actually an issue with the box?
I also noticed that when I use gobuster as the writeup suggests, I am getting “s3.thetoppers.htb (Status: 502)”, where the write-up indicates that I should get “Status: 404”.
Howdy! Not sure if you already figured it out, but I had the same issue and it turns out it’s due to the way hosts file entries are processed. Any hosts using the same IP address must be on the same line or only the first entry will be processed, so eg:
I was getting the same error too no matter if I followed everything in the walkthrough. I ended up just doing it through pwnbox and was able to get the flag that way.
@cmarrod pwnbox is an alternative to using openvpn to interact with the target. you’ll basically interact with the target using a virtual desktop hosted by HtB.
So two ways of interacting with your target (1) with openvpn - VM is from the user’s computer and pwnbox- vm hosted by HtB.