Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python-internal /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
2to3
116
B
-rwxr-xr-x
2025-08-07 13:45
idle3
114
B
-rwxr-xr-x
2025-08-07 13:45
idle3.11
114
B
-rwxr-xr-x
2025-08-07 13:45
msgfmt3.11.py
7.43
KB
-rwxr-xr-x
2025-06-03 22:08
msgfmt3.py
7.43
KB
-rwxr-xr-x
2025-06-03 22:08
pathfix.py
6.65
KB
-rwxr-xr-x
2025-06-03 22:08
pip
668
B
-rwxr-xr-x
2025-08-07 13:56
pip-3
668
B
-rwxr-xr-x
2025-08-07 13:56
pip-3.11
668
B
-rwxr-xr-x
2025-08-07 13:56
pip3
668
B
-rwxr-xr-x
2025-08-07 13:56
pip3.11
668
B
-rwxr-xr-x
2025-08-07 13:56
pydoc3
99
B
-rwxr-xr-x
2025-08-07 13:45
pydoc3.11
99
B
-rwxr-xr-x
2025-08-07 13:45
pygettext3.11.py
23.68
KB
-rwxr-xr-x
2025-06-03 22:08
pygettext3.py
23.68
KB
-rwxr-xr-x
2025-06-03 22:08
python3
15.59
KB
-rwxr-xr-x
2025-08-07 13:45
python3-config
173
B
-rwxr-xr-x
2025-08-07 13:45
python3-debug
15.59
KB
-rwxr-xr-x
2025-08-07 13:45
python3.11
15.59
KB
-rwxr-xr-x
2025-08-07 13:45
python3.11-config
173
B
-rwxr-xr-x
2025-08-07 13:45
python3.11-x86_64-config
3.39
KB
-rwxr-xr-x
2025-08-07 13:32
python3.11d
15.59
KB
-rwxr-xr-x
2025-08-07 13:45
python3.11d-config
175
B
-rwxr-xr-x
2025-08-07 13:45
python3.11d-x86_64-config
3.39
KB
-rwxr-xr-x
2025-08-07 13:28
wheel
971
B
-rwxr-xr-x
2025-08-07 12:37
Save
Rename
#!/opt/alt/python-internal/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'wheel==0.37.0','console_scripts','wheel' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'wheel==0.37.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('wheel==0.37.0', 'console_scripts', 'wheel')())