Change your browser
Last updated
Last updated
The challenge expects our browser to be W3Challs_browser
.
We can begin by proxying the request through Burpsuite.
Let's send this request to the Repeater
.
The User-Agent
holds information about the browser the client is using.
We can replace the header to W3Challs_browser
.
Next we have to send this modified request to the server.