Starting Point Foothold, cannot establish http.server 80

You already have something running on port 80. I assume you’ve used lsof to produce that list.

Try net stat and p s -auxww to drill into what is running, but it looks like you’ve already got a webserver active (I’ve had to add spaces to the commands because the HTB waf is dumb)