PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_vendor
/
certifi
import argparse from pip._vendor.certifi import contents, where parser = argparse.ArgumentParser() parser.add_argument("-c", "--contents", action="store_true") args = parser.parse_args() if args.contents: print(contents()) else: print(where())
[+]
..
[-] cacert.pem
[edit]
[-] __main__.py
[edit]
[-] py.typed
[edit]
[+]
__pycache__
[-] __init__.py
[edit]
[-] core.py
[edit]