mitmproxy 是一个中间件代理, 结合python使用 python
安装 pip install mitmproxywindows
在windows上没有mitmproxy 因此只要用mitmdump和mitmwdb浏览器
初次使用的时候要去mitm.it 安装对应系统的证书代理
若是在windows上的谷歌浏览器访问https的链接,须要先把谷歌浏览器关闭,而后 --proxy-server=127.0.0.1:8080 --ignore-certificate-errors 打开浏览器 设置代理server
mitmproxy -s xx.py 脚本开始写代码中间件