Skip to content

Instantly share code, notes, and snippets.

Web {
    CSRF In Application-Wide{
        Csrf Normal
        Bypass Through {
             Chnage Method To GET-Based
             Change Value Of CSRF-Token To undefined
	     Add Parameter _method=PUT For Bypass CSRF Based PUT/DELETE
             Delete CSRF Token Value Or Delete Token Parameter
             Use The same CSRF Value In Different Accounts