OOB XXE
March 20, 2024
Last updated
March 20, 2024
Last updated
Task 1: XML Introduction
Task 2: XML External Entity (XXE) Introduction
Task 3: Deploying the machine
Task 4: Assessing the Target Web Application
Task 5: Exploiting OOB XXE
First we have to send the POST request of the website to Repeater section of BURP
Then we will modified the legitimate request to test a ssrf vulnerability in the website.
Change the <name> paramater from kyou to &ssrf; which we need to call the variable to execute the command.
We can see that the server actually reached our python server
Task 6: Impact, Mitigation, Tools, and References