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

Lab not solving

Hasan | Last updated: Jul 24, 2023 06:45PM UTC

Hello, I've done CSRF 1st lab successfully with congratulated. But my 2nd (CSRF where token validation depends on request method) CSRF lab is not solving. In the Exploit server body I paste this <html> <!-- CSRF PoC - generated by Burp Suite Professional --> <body> <form action="https://0adc006103d247d6815f6be600dd00e6.web-security-academy.net/my-account"> <input type="submit" value="Submit request" /> </form> <script> history.pushState('', '', '/'); document.forms[0].submit(); </script> </body> </html> but my lab is not solved and not congratulated me. I have followed all methods by community solution By Rana Khalil.

Ben, PortSwigger Agent | Last updated: Jul 25, 2023 11:14AM UTC