Skip to content

Instantly share code, notes, and snippets.

@ogavrisevs
Created January 18, 2019 11:22
Show Gist options
  • Save ogavrisevs/9a56f8fbb111cd8b026414e45c6bb175 to your computer and use it in GitHub Desktop.
Save ogavrisevs/9a56f8fbb111cd8b026414e45c6bb175 to your computer and use it in GitHub Desktop.
Mitmproxy
set IP="165.xxx.yyy.227"
$server docker run --rm -it -p 8080:8080 mitmproxy/mitmproxy mitmproxy --listen-host 0.0.0.0 --set block_global=false
$local http_proxy=http://$IP:8080/ curl http://example.com/
$local https_proxy=http://$IP:8080/ curl -k https://example.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment