imagine we have this website.

image.png

now let’s intercept the request.

image.png

now let’s search for hidden headers using param miner.

image.png

now let’s see the discovered header.

image.png

as we see we get X-Forwarded-Scheme header.

let’s inject it to the request.

image.png

notice when we added the header to the reqeust we got redirection.

now let’s use param miner to search for the hidden headers.

image.png

now let’s see the hidden headers.

image.png

notice that we got another header named X-Forwarded-Host

now let’s see what we can do with this header.

image.png

notice that we now control the application location.