Skip to content

Instantly share code, notes, and snippets.

@jonelf
Created October 5, 2012 21:21
Show Gist options
  • Save jonelf/3842488 to your computer and use it in GitHub Desktop.
Save jonelf/3842488 to your computer and use it in GitHub Desktop.
XML abuse
<?xml version="1.0"?>
<!DOCTYPE b [
<!ENTITY a "na ">
<!ENTITY t "&a;&a;&a;&a;&a;&a;">
<!ENTITY na "&t;&t;&t;&t;&t;&t;">]>
<b>&na; BATMAN!</b>
@jonelf
Copy link
Author

jonelf commented Oct 6, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment