Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.144.122.20
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
python35 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
chardetect
401
B
-rwxr-xr-x
easy_install-3.5
246
B
-rwxr-xr-x
pbr
164
B
-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
pw_migrate
422
B
-rwxr-xr-x
pwiz
6.8
KB
-rwxr-xr-x
pydoc3
91
B
-rwxr-xr-x
pydoc3.5
91
B
-rwxr-xr-x
pyjwt
305
B
-rwxr-xr-x
python3
11.05
KB
-rwxr-xr-x
python3.5
11.05
KB
-rwxr-xr-x
python3.5m
11.05
KB
-rwxr-xr-x
pyvenv
243
B
-rwxr-xr-x
pyvenv-3.5
243
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pip
#!/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