HTTP Headers

A Walk-Through Solving Hack The Box Academy's Web Requests Module on HTTP Headers

9/24/20252 min read

Objective: The server above loads the flag after the page is loaded. Use the Network tab in the browser devtools to see what requests are made by the page, and find the request to the flag.

Target(s): 94.237.57.115:55663

Note: I'm using Pwnbox, so you don’t need to set up a local VM for this.

First, navigate to your target ip on your browser : http://<target ip>/

To open the browser devtools in either Chrome or Firefox, we can click [CTRL+SHIFT+I] or simply click [F12].

Next, navigate to the Network tab in your browser's Developer Tools. If you don't see a GET request's file starting with flag_, you might have to click on reload or refresh the page while keeping your network tab open.

Once you found the request to the flag (like below), simply double click on it.

Flag captured: HTB{p493_r3qu3$t$_m0n!t0r}