Linux cpanel07wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24 01:42:00 EDT 2020 x86_64
Apache
: 163.44.198.52 | : 216.73.216.112
Cant Read [ /etc/named.conf ]
8.0.9
cp657342
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
python27 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
alembic
314
B
-rwxr-xr-x
chardetect
320
B
-rwxr-xr-x
easy_install
242
B
-rwxr-xr-x
easy_install-2.7
242
B
-rwxr-xr-x
lswsgi
97.53
KB
-rwxr-xr-x
mako-render
1.18
KB
-rwxr-xr-x
nosetests
309
B
-rwxr-xr-x
nosetests-2.7
317
B
-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
python
4.78
KB
-rwxr-xr-x
python-config
1.82
KB
-rwxr-xr-x
python2
4.78
KB
-rwxr-xr-x
python2-config
1.82
KB
-rwxr-xr-x
python2.7
4.78
KB
-rwxr-xr-x
python2.7-config
1.82
KB
-rwxr-xr-x
raven
304
B
-rwxr-xr-x
xmlcatalog
19.05
KB
-rwxr-xr-x
xmllint
77.48
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pip-2
#!/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