Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 381 Bytes

08_CSRF.md

File metadata and controls

9 lines (9 loc) · 381 Bytes

Testing CSRF On Application :

  • Csrf Normal
  • Chnage 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