Skip to content

Instantly share code, notes, and snippets.

@iwakou
Created September 7, 2011 06:31
Show Gist options
  • Save iwakou/1199911 to your computer and use it in GitHub Desktop.
Save iwakou/1199911 to your computer and use it in GitHub Desktop.
jQueryのXSSメモ
<!-- try this URL : http://yourhost/yourpath#<img src="hoge" onerror="alert('xss')"> -->
<html>
<body>
<script src="http://code.jquery.com/jquery-1.6.2.min.js"></script>
<script>
$(location.hash);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment