Can’t bypass filter
Trying some malicious injection against bWAPP and came across bypass captcha
Filter validating captcha is
if($_POST["captcha_user"] == $_SESSION["captcha"])
Tried input 1′ || ‘2 but it doesn’t bypass logical condition… Continue reading Can’t bypass filter