Linux s3.cpanelhost.co.in 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
LiteSpeed
: 65.108.44.247 | : 216.73.217.94
Cant Read [ /etc/named.conf ]
7.4.33
teac11783
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
python35 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
2to3-3.5
108
B
-rwxr-xr-x
easy_install-3.5
243
B
-rwxr-xr-x
idle3
106
B
-rwxr-xr-x
idle3.5
106
B
-rwxr-xr-x
lswsgi
114.36
KB
-rwxr-xr-x
pip
661
B
-rwxr-xr-x
pip-3
661
B
-rwxr-xr-x
pip-3.5
661
B
-rwxr-xr-x
pip3
661
B
-rwxr-xr-x
pip3.5
661
B
-rwxr-xr-x
pydoc3
91
B
-rwxr-xr-x
pydoc3.5
91
B
-rwxr-xr-x
python3
15.6
KB
-rwxr-xr-x
python3-2to3
108
B
-rwxr-xr-x
python3-config
173
B
-rwxr-xr-x
python3-debug
15.65
KB
-rwxr-xr-x
python3.5
15.6
KB
-rwxr-xr-x
python3.5-config
173
B
-rwxr-xr-x
python3.5dm
15.65
KB
-rwxr-xr-x
python3.5dm-config
3.82
KB
-rwxr-xr-x
python3.5m
15.6
KB
-rwxr-xr-x
python3.5m-config
173
B
-rwxr-xr-x
python3.5m-x86_64-config
3.82
KB
-rwxr-xr-x
pyvenv
243
B
-rwxr-xr-x
pyvenv-3.5
243
B
-rwxr-xr-x
wheel
388
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pip-3
#!/opt/alt/python35/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())
Close