Skip to content

Instantly share code, notes, and snippets.

@koorchik
Last active February 6, 2017 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koorchik/f7ab660e311fbf5241c740c517a1f1df to your computer and use it in GitHub Desktop.
Save koorchik/f7ab660e311fbf5241c740c517a1f1df to your computer and use it in GitHub Desktop.
XSS proof
<script type="text/javascript">
var a = "</script><script>alert(1);";
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment