Open Redirect
Where to find
Sometimes it can be found in login / register / logout pages
Checking the javascript source code
How to exploit
Try change the domain
/?redir=evil.comUsing a whitelisted domain or keyword
/?redir=target.com.evil.comUsing
//to bypasshttpblacklisted keyword
/?redir=//evil.comUsing
https:to bypass//blacklisted keyword
/?redir=https:evil.comUsing
\\to bypass//blacklisted keyword
/?redir=\\evil.comUsing
\/\/to bypass//blacklisted keyword
Using
%E3%80%82to bypass.blacklisted character
Using null byte
%00to bypass blacklist filter
Using parameter pollution
Using
@or%40character, browser will redirect to anything after the@
Creating folder as their domain
Using
?characted, browser will translate it to/?
Bypass the filter if it only checks for domain name using
%23
Host/Split Unicode Normalization
Using parsing
Using
°symbol to bypass
Bypass the filter if it only allows yoou to control the path using a nullbyte
%0dor%0a
Last updated