Using Burp to Test for Cross-Site Request Forgery (CSRF)

Access the lab

  1. open vmware → oswap→ then hit your ip in burp's browser → Open the GetBoo
    attachments/Pasted image 20250314113404.png

  2. this interface will come and then register
    attachments/Pasted image 20250314113416.png

  3. state changing operation: password change , user creation , user deletion, email addr change etc.

  1. click on transfer funds
    attachments/Pasted image 20250314113442.png

  2. in To ACCOUNT : change to 80001 CHECKING
    attachments/Pasted image 20250314113457.png

  3. intercept on → refresh the website page → then again to burp → then right click → click on engagement tools → generate csrf PoC
    attachments/Pasted image 20250314113515.png

  4. copy the html
    attachments/Pasted image 20250314113531.png

  5. make a folder in your pc , named html , and inside folder a.html file
    attachments/Pasted image 20250314113544.png

  6. open the a.html file in notepad paste it here and change 800002
    attachments/Pasted image 20250314113612.png

  7. open it your brave browser or chrome browser and copt the url
    attachments/Pasted image 20250314113624.png

  8. paste the url in burp's browser → click on Submit Request
    attachments/Pasted image 20250314113639.png

  9. DONE !! 🫠😊🔪👾 money transferred.
    attachments/Pasted image 20250314113653.png

Conclusion