pip3 install mitmproxy==5.2 --index-url https://pypi.tuna.tsinghua.edu.cn/simple
kafka_python==2.0.1
#pycryptodome
# 代理后访问 mitm.it
- 设置代理的认证
upstream_auth=username:password
/usr/local/bin/mitmproxy \
--listen-port 63333 \
--listen-host 0.0.0.0 \
--ssl_version_client=all \
--ssl_version_server=all \
-s /root/addons/http_handler.py
# Choices: all, secure, SSLv2, SSLv3, TLSv1, TLSv1_1, TLSv1_2
https://github.com/mitmproxy/mitmproxy/tree/master/examples/contrib
学习github上开源的插件技能后续的功能开发。