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 # -*- coding: utf-8 -*- import re import sys try: from pip._internal.cli.main import main except ImportError: try: from pip._internal.main import main except ImportError: try: # If the user has downgraded pip, the above import will fail. # Let's try older methods of invoking it: # pip 19 uses this from pip._internal import main except ImportError: # older pip versions use this from pip import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(main())