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.135.215.148
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python39 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
2to3
108
B
-rwxr-xr-x
2025-01-13 12:44
lswsgi
102.8
KB
-rwxr-xr-x
2024-05-31 14:18
msgfmt3.9.py
7.42
KB
-rwxr-xr-x
2024-12-03 17:50
msgfmt3.py
7.42
KB
-rwxr-xr-x
2024-12-03 17:50
pathfix.py
6.64
KB
-rwxr-xr-x
2024-12-03 17:50
pip
661
B
-rwxr-xr-x
2023-11-13 21:47
pip-3
661
B
-rwxr-xr-x
2023-11-13 21:47
pip-3.9
661
B
-rwxr-xr-x
2023-11-13 21:47
pip3
661
B
-rwxr-xr-x
2023-11-13 21:47
pip3.9
661
B
-rwxr-xr-x
2023-11-13 21:47
pydoc3
91
B
-rwxr-xr-x
2025-01-13 12:44
pydoc3.9
91
B
-rwxr-xr-x
2025-01-13 12:44
pygettext3.9.py
21.04
KB
-rwxr-xr-x
2024-12-03 17:50
pygettext3.py
21.04
KB
-rwxr-xr-x
2024-12-03 17:50
python3
15.59
KB
-rwxr-xr-x
2025-01-13 12:44
python3-config
171
B
-rwxr-xr-x
2025-01-13 12:44
python3.9
15.59
KB
-rwxr-xr-x
2025-01-13 12:44
python3.9-config
171
B
-rwxr-xr-x
2025-01-13 12:44
python3.9-x86_64-config
3.42
KB
-rwxr-xr-x
2025-01-13 12:35
Save
Rename
#!/opt/alt/python39/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())