Docker安装mitproxy
一:概述
mitmproxy 是一组工具,可为 HTTP/1、HTTP/2 和 WebSockets 提供支持 SSL/TLS 的交互式拦截代理。
二:安装
2.1 运行并拉取镜像
ocker run --rm -it -p 8080:8080 -p 0.0.0.0:8081:8081 mitmproxy/mitmproxy mitmweb --web-host 0.0.0.0
No web browser found. Please open a browser and point it to http://0.0.0.0:8081/?token=ae9cb3ce8aacb4120fd1c1a9aaf4238e
[12:35:55.524] You can configure a fixed authentication token by setting the `web_password` option (https://docs.mitmproxy.org/stable/concepts-options/#web_password).
、
浏览器访问显示的Please open a browser and point it to http://ip:8081,ip地址换为你实际的ip地址
下载SwitchyOmega浏览器插件