mitmproxy
Install
install pipx:
sudo apt update && sudo apt install pipx -yinstall on ubuntu with pipx:
pipx install mitmproxyensurepath:
pipx ensurepathcheck if it works:
mitmproxyrun without checking certs and save to the cloud
mitmproxy --ssl-insecure -s save_to_cloud.pyLinks
User Interface (cli) docs: https://docs.mitmproxy.org/stable/mitmproxytutorial-userinterface/
Example addons: https://docs.mitmproxy.org/stable/addons-examples/
Last updated
Was this helpful?