Last active
April 26, 2023 10:04
-
-
Save jezmck/828027d0323c1f8eb5c177114be3876b to your computer and use it in GitHub Desktop.
XSS Sample
This file contains 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
alert('XSS!'); | |
console.log('XSS!'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment