Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python311 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
2to3
110
B
-rwxr-xr-x
2026-01-07 17:05
lswsgi
99.63
KB
-rwxr-xr-x
2024-05-31 10:43
msgfmt3.11.py
7.43
KB
-rwxr-xr-x
2025-10-09 12:16
msgfmt3.py
7.43
KB
-rwxr-xr-x
2025-10-09 12:16
pathfix.py
6.64
KB
-rwxr-xr-x
2025-10-09 12:16
pip
662
B
-rwxr-xr-x
2026-01-07 17:26
pip-3
662
B
-rwxr-xr-x
2026-01-07 17:26
pip-3.11
662
B
-rwxr-xr-x
2026-01-07 17:26
pip3
662
B
-rwxr-xr-x
2026-01-07 17:26
pip3.11
662
B
-rwxr-xr-x
2026-01-07 17:26
pydoc3
93
B
-rwxr-xr-x
2026-01-07 17:05
pydoc3.11
93
B
-rwxr-xr-x
2026-01-07 17:05
pygettext3.11.py
23.67
KB
-rwxr-xr-x
2025-10-09 12:16
pygettext3.py
23.67
KB
-rwxr-xr-x
2025-10-09 12:16
python3
6.98
KB
-rwxr-xr-x
2026-01-07 17:06
python3-config
173
B
-rwxr-xr-x
2026-01-07 17:05
python3.11
6.98
KB
-rwxr-xr-x
2026-01-07 17:06
python3.11-config
173
B
-rwxr-xr-x
2026-01-07 17:05
python3.11-x86_64-config
3.34
KB
-rwxr-xr-x
2026-01-07 16:55
Save
Rename
#!/opt/alt/python311/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())