
It will be an xxe injection.
https://portswigger.net/web-security/xxe
Let’s use burpsuit.
This is the original request:
Let’suse them:
https://github.com/payloadbox/xxe-injection-payload-list
1 | <!--?xml version="1.0" ?--> |
We need a table_num and food.
1 | <!--?xml version="1.0" ?--> |
My payload was good but I had an error:
I need to change the Content-Type to application/xml.