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 /
python313 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
idle3
108
B
-rwxr-xr-x
2026-03-26 17:37
idle3.13
108
B
-rwxr-xr-x
2026-03-26 17:37
lswsgi
106.84
KB
-rwxr-xr-x
2025-01-04 00:32
msgfmt3.13.py
7.69
KB
-rwxr-xr-x
2026-02-03 21:23
msgfmt3.py
7.69
KB
-rwxr-xr-x
2026-02-03 21:23
pathfix.py
5.42
KB
-rwxr-xr-x
2026-03-26 16:59
pip
662
B
-rwxr-xr-x
2026-01-10 14:34
pip-3
662
B
-rwxr-xr-x
2026-01-10 14:34
pip-3.13
662
B
-rwxr-xr-x
2026-01-10 14:34
pip3
662
B
-rwxr-xr-x
2026-01-10 14:34
pip3.13
662
B
-rwxr-xr-x
2026-01-10 14:34
pydoc3
93
B
-rwxr-xr-x
2026-03-26 17:37
pydoc3.13
93
B
-rwxr-xr-x
2026-03-26 17:37
pygettext3.13.py
23.88
KB
-rwxr-xr-x
2026-02-03 21:23
pygettext3.py
23.88
KB
-rwxr-xr-x
2026-02-03 21:23
python3
15.8
KB
-rwxr-xr-x
2026-03-26 17:40
python3-config
173
B
-rwxr-xr-x
2026-03-26 17:39
python3-debug
15.8
KB
-rwxr-xr-x
2026-03-26 17:40
python3.13
15.8
KB
-rwxr-xr-x
2026-03-26 17:40
python3.13-config
173
B
-rwxr-xr-x
2026-03-26 17:39
python3.13-x86_64-config
3.51
KB
-rwxr-xr-x
2026-03-26 17:33
python3.13d
15.8
KB
-rwxr-xr-x
2026-03-26 17:40
python3.13d-config
175
B
-rwxr-xr-x
2026-03-26 17:38
python3.13d-x86_64-config
3.56
KB
-rwxr-xr-x
2026-03-26 17:31
wheel
965
B
-rwxr-xr-x
2026-01-10 14:30
Save
Rename
#!/opt/alt/python313/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'wheel==0.42.0','console_scripts','wheel' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'wheel==0.42.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.42.0', 'console_scripts', 'wheel')())