Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
hc_python /
lib /
python3.12 /
site-packages /
aenum /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
doc
[ DIR ]
drwxr-xr-x
CHANGES
9.87
KB
-rw-r--r--
LICENSE
1.49
KB
-rw-r--r--
__init__.py
1.1
KB
-rw-r--r--
_common.py
8.01
KB
-rw-r--r--
_constant.py
5.24
KB
-rw-r--r--
_enum.py
124.07
KB
-rw-r--r--
_py2.py
184
B
-rw-r--r--
_py3.py
406
B
-rw-r--r--
_tuple.py
18.66
KB
-rw-r--r--
test.py
279.05
KB
-rw-r--r--
test_v3.py
77.83
KB
-rw-r--r--
test_v37.py
2.78
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _py3.py
from inspect import getfullargspec as _getfullargspec __all__ = [ 'getargspec', 'raise_with_traceback', 'raise_from_none', ] def getargspec(method): args, varargs, keywords, defaults, _, _, _ = _getfullargspec(method) return args, varargs, keywords, defaults def raise_with_traceback(exc, tb): raise exc.with_traceback(tb) def raise_from_none(exc): raise exc from None
Close