NotFooter
Last updated
Last updated
Wonder how http knows what browser i am using...
From the description, we can conclude that it is referring to the User-Agent header
We can see that it is expecting ctfbrowser
as the User-Agent. This can be done in 2 ways:
Intercept request using BurpSuite and change the User-Agent header
Using curl
Intercept the request using BurpSuite and change the User-Agent header to ctfbrowser
Forward the request and we get the flag
We can use curl to send a request with a custom User-Agent header
-A
: To set the User-Agent header