Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.144.105.204
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.10 /
multiprocessing /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-310.pyc
669
B
-rw-r--r--
2025-02-22 06:16
connection.cpython-310.pyc
24.97
KB
-rw-r--r--
2025-02-22 06:16
context.cpython-310.pyc
12.55
KB
-rw-r--r--
2025-02-22 06:16
forkserver.cpython-310.pyc
8.23
KB
-rw-r--r--
2025-02-22 06:16
heap.cpython-310.pyc
7.49
KB
-rw-r--r--
2025-02-22 06:16
managers.cpython-310.pyc
39.81
KB
-rw-r--r--
2025-02-22 06:16
pool.cpython-310.pyc
24.61
KB
-rw-r--r--
2025-02-22 06:16
popen_fork.cpython-310.pyc
2.46
KB
-rw-r--r--
2025-02-22 06:16
popen_forkserver.cpython-310.pyc
2.41
KB
-rw-r--r--
2025-02-22 06:16
popen_spawn_posix.cpython-310.pyc
2.29
KB
-rw-r--r--
2025-02-22 06:16
popen_spawn_win32.cpython-310.pyc
3.39
KB
-rw-r--r--
2025-02-22 06:16
process.cpython-310.pyc
11
KB
-rw-r--r--
2025-02-22 06:16
queues.cpython-310.pyc
10.04
KB
-rw-r--r--
2025-02-22 06:16
reduction.cpython-310.pyc
8.1
KB
-rw-r--r--
2025-02-22 06:16
resource_sharer.cpython-310.pyc
5.18
KB
-rw-r--r--
2025-02-22 06:16
resource_tracker.cpython-310.pyc
5.36
KB
-rw-r--r--
2025-02-22 06:16
shared_memory.cpython-310.pyc
14.14
KB
-rw-r--r--
2025-02-22 06:16
sharedctypes.cpython-310.pyc
6.93
KB
-rw-r--r--
2025-02-22 06:16
spawn.cpython-310.pyc
6.58
KB
-rw-r--r--
2025-02-22 06:16
synchronize.cpython-310.pyc
11.06
KB
-rw-r--r--
2025-02-22 06:16
util.cpython-310.pyc
11.23
KB
-rw-r--r--
2025-02-22 06:16
Save
Rename
o �*�gZ- � @ s g d �Z ddlZddlZddlZddlZddlZddlmZ ddlmZ ddlm Z z ddlm Z mZ W n ey? ed��w e ed ��\ZZej jZG d d� de�Z G dd � d e �ZG dd� de�ZG dd� de �ZG dd� de �ZG dd� de�ZG dd� de�ZG dd� dej�ZdS ))�Lock�RLock� Semaphore�BoundedSemaphore� Condition�Event� N� )�context)�process)�util)�SemLock� sem_unlinkz�This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.� c @ s\ e Zd Ze�� Zdd� Zedd� �Zdd� Z dd� Z d d � Zdd� Zd d� Z edd� �ZdS )r c C s� |d u r t j�� }|�� }tjdkp|dk}td�D ]}zt�|||| � � |� }| _ W n ty5 Y qw ntd��t� d|j � | �� tjdkrWdd� } t�| | � | j jd urydd lm} | | j jd � tj| tj| j jfdd� d S d S ) N�win32�fork�d zcannot find name for semaphorezcreated semlock with handle %sc S s | j �� d S �N)�_semlock�_after_fork)�obj� r �2/usr/lib/python3.10/multiprocessing/synchronize.pyr G s z%SemLock.__init__.<locals>._after_forkr )�register� semaphorer )�exitpriority)r �_default_context�get_context�get_start_method�sys�platform�range�_multiprocessingr � _make_namer �FileExistsErrorr �debug�handle� _make_methods�register_after_fork�name�resource_trackerr �Finalize�_cleanup)�self�kind�value�maxvalue�ctxr( � unlink_now�i�slr r r r r �__init__2 s6 �� ��zSemLock.__init__c C s"