Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active October 25, 2022 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/7e0214d603fa346043c0ee9116b709aa to your computer and use it in GitHub Desktop.
Save miguelmota/7e0214d603fa346043c0ee9116b709aa to your computer and use it in GitHub Desktop.
linux mitmproxy proxy example
# terminal 1
mitmweb
# terminal 2
google-chrome-stable --proxy-server="http://localhost:8080"
# import Authority certificate into chrome settings ~/.mitmproxy/mitmproxy-ca-cert.pem
# for firefox: setup proxy in Firefox Settings and import CA cert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment