====== CSRF Testing ======
===== Testing CSRF On Application =====
* CSRF Normal
* Change Method To GET-Based
* Change Value Of CSRF-Token To undefined
* Delete CSRF Token Value Or Delete Token Parameter
* Use The same CSRF Value In Different Accounts
* Replace Value CSRF Token with Same Length Characters
* Change Content-Type from application/json to text/plain
* Use Vulnerable-Subdomain To Bypass CSRF Token
===== Zseano's 8-Step CSRF Test =====
- Standard CSRF test -- remove token entirely
- Change method to GET
- Change CSRF token value to ''undefined''
- Delete token value or entire parameter
- Use same CSRF token across two different accounts
- Replace token with same-length random string
- Change content-type from ''application/json'' to ''text/plain''
- Use a vulnerable subdomain to bypass CSRF token validation
**Blank referer bypass:** ''''
**iframe data URI bypass:** ''