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 /
python310 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
2to3
110
B
-rwxr-xr-x
2026-04-17 15:04
idle3
108
B
-rwxr-xr-x
2026-04-17 15:04
idle3.10
108
B
-rwxr-xr-x
2026-04-17 15:04
lswsgi
102.8
KB
-rwxr-xr-x
2024-05-31 17:52
msgfmt3.10.py
7.43
KB
-rwxr-xr-x
2026-03-03 04:19
msgfmt3.py
7.43
KB
-rwxr-xr-x
2026-03-03 04:19
pathfix.py
6.64
KB
-rwxr-xr-x
2026-03-03 04:19
pip
662
B
-rwxr-xr-x
2026-01-09 18:47
pip-3
662
B
-rwxr-xr-x
2026-01-09 18:47
pip-3.10
662
B
-rwxr-xr-x
2026-01-09 18:47
pip3
662
B
-rwxr-xr-x
2026-01-09 18:47
pip3.10
662
B
-rwxr-xr-x
2026-01-09 18:47
pydoc3
93
B
-rwxr-xr-x
2026-04-17 15:04
pydoc3.10
93
B
-rwxr-xr-x
2026-04-17 15:04
pygettext3.10.py
23.68
KB
-rwxr-xr-x
2026-03-03 04:19
pygettext3.py
23.68
KB
-rwxr-xr-x
2026-03-03 04:19
python3
15.59
KB
-rwxr-xr-x
2026-04-17 15:05
python3-config
173
B
-rwxr-xr-x
2026-04-17 15:04
python3-debug
15.59
KB
-rwxr-xr-x
2026-04-17 15:05
python3.10
15.59
KB
-rwxr-xr-x
2026-04-17 15:05
python3.10-config
173
B
-rwxr-xr-x
2026-04-17 15:04
python3.10-x86_64-config
3.43
KB
-rwxr-xr-x
2026-04-17 14:55
python3.10d
15.59
KB
-rwxr-xr-x
2026-04-17 15:05
python3.10d-config
175
B
-rwxr-xr-x
2026-04-17 15:04
python3.10d-x86_64-config
3.42
KB
-rwxr-xr-x
2026-04-17 14:51
wheel
965
B
-rwxr-xr-x
2026-01-09 18:19
Save
Rename
#!/opt/alt/python310/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')())