python - How do I connect mitmproxy to another proxy outside of my control? -


the process browser send request mitmproxy , generate request gets sent target proxy server isn't controlled us. proxy server send response mitmproxy relay response browser.

how go doing this?

you can -f flag mitmproxy, forwards proxy requests upstream server. take @ docs here:

http://mitmproxy.org/doc/features/forwardproxy.html


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -