Header Based Redirection
Closed this issue · 5 comments
gprime31 commented
when it says Header Based Redirection
what headers is it using?
r0075h3ll commented
I've already written a blog post that answers your query : https://r0075h3ll.github.io/Open-Redirects-Everything-That-You-Should-Know/
gprime31 commented
Thanks.
ok so the redirect:
https://example.com//google.com shows up in the location header.
problem is Location: https://site.com/example.com <--- false positive and it won't redirect.
but gets flagged as header based redirection.
r0075h3ll commented
So the thing is that if the Location header exists in the response then it only shows what the website is redirecting to after sending the payload, nothing more.
gprime31 commented
got it, thanks
and great tool :)
r0075h3ll commented
Thanks mate ✌️