Skip to content

Instantly share code, notes, and snippets.

@adepasquale
Created December 18, 2014 11:47
Show Gist options
  • Save adepasquale/e02a5b49e7e6e7b6d49d to your computer and use it in GitHub Desktop.
Save adepasquale/e02a5b49e7e6e7b6d49d to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="UTF-8"/>
<title>XSS</title>
<script>alert("XSS")</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment