020
- Description: The flag is in
http://momo.hackmyvm.eu/li0nsg3l9vhhe/
🔎 Solution​
When accessing the site, a message appears:
You are not coming from https://nepcodex.com/
HTTP requests use specific headers to indicate the source of a request:
- The
Refererheader informs the server which webpage initiated the request. - The
Originheader is also used in some APIs to validate the source domain.
To satisfy this check, the request was modified in Burp Suite's Repeater by adding the Referer header.

Resending the request with this header returns the flag.
🚩Flag​
HMV{youareawelcome}