Skip to content

Instantly share code, notes, and snippets.

@Kolobok12309
Created February 8, 2021 08:12
Show Gist options
  • Save Kolobok12309/301788bef621a5cac76d576e8171c52f to your computer and use it in GitHub Desktop.
Save Kolobok12309/301788bef621a5cac76d576e8171c52f to your computer and use it in GitHub Desktop.
Html file for test xss
<html>
<head></head>
<body>
<h4>
Xss file
</h4>
<script>
alert(document.cookie);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment