Burp Suite User Forum

Create new post

how i exploit this pls explain me in detail how i execute payload in website ?

jp | Last updated: Jul 20, 2022 11:32AM UTC

Data is read from document.cookie and passed to the 'after()' function of JQuery via the following statements: var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); var c = ca[i]; return c.substring(name.length, c.length); memarkUUID = getCookie_ME('memarketing-_uuid'); $('[name="subject"]').after('<input type="hidden" name="ME_WA_UUID" value="'+memarkUUID+'">');

Hannah, PortSwigger Agent | Last updated: Jul 21, 2022 09:38AM UTC

Have you checked out the Web Security Academy to see if there are any labs/learning to do with the vulnerability you are trying to exploit? You can find the full list of Web Academy topics here: https://portswigger.net/web-security/all-materials

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