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 /
python312 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
2to3
110
B
-rwxr-xr-x
2025-03-03 16:41
lswsgi
106.84
KB
-rwxr-xr-x
2024-01-10 11:25
msgfmt3.12.py
7.43
KB
-rwxr-xr-x
2025-02-04 14:38
msgfmt3.py
7.43
KB
-rwxr-xr-x
2025-02-04 14:38
pathfix.py
5.42
KB
-rwxr-xr-x
2025-03-03 16:27
pip
662
B
-rwxr-xr-x
2023-12-28 22:52
pip-3
662
B
-rwxr-xr-x
2023-12-28 22:52
pip-3.12
662
B
-rwxr-xr-x
2023-12-28 22:52
pip3
662
B
-rwxr-xr-x
2023-12-28 22:52
pip3.12
662
B
-rwxr-xr-x
2023-12-28 22:52
pydoc3
93
B
-rwxr-xr-x
2025-03-03 16:41
pydoc3.12
93
B
-rwxr-xr-x
2025-03-03 16:41
pygettext3.12.py
23.89
KB
-rwxr-xr-x
2025-02-04 14:38
pygettext3.py
23.89
KB
-rwxr-xr-x
2025-02-04 14:38
python3
15.59
KB
-rwxr-xr-x
2025-03-03 16:43
python3-config
173
B
-rwxr-xr-x
2025-03-03 16:42
python3.12
15.59
KB
-rwxr-xr-x
2025-03-03 16:43
python3.12-config
173
B
-rwxr-xr-x
2025-03-03 16:42
python3.12-x86_64-config
3.41
KB
-rwxr-xr-x
2025-03-03 16:37
Save
Rename
#!/opt/alt/python312/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())