Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.14.249.124
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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 /
python311 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
2to3
110
B
-rwxr-xr-x
lswsgi
102.88
KB
-rwxr-xr-x
msgfmt3.11.py
7.43
KB
-rwxr-xr-x
msgfmt3.py
7.43
KB
-rwxr-xr-x
pathfix.py
6.64
KB
-rwxr-xr-x
pip
662
B
-rwxr-xr-x
pip-3
662
B
-rwxr-xr-x
pip-3.11
662
B
-rwxr-xr-x
pip3
662
B
-rwxr-xr-x
pip3.11
662
B
-rwxr-xr-x
pydoc3
93
B
-rwxr-xr-x
pydoc3.11
93
B
-rwxr-xr-x
pygettext3.11.py
23.67
KB
-rwxr-xr-x
pygettext3.py
23.67
KB
-rwxr-xr-x
python3
15.59
KB
-rwxr-xr-x
python3-config
173
B
-rwxr-xr-x
python3.11
15.59
KB
-rwxr-xr-x
python3.11-config
173
B
-rwxr-xr-x
python3.11-x86_64-config
3.37
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pip3
#!/opt/alt/python311/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