简介

https://mitmproxy.org/

https://github.com/mitmproxy/mitmproxy

https://docs.mitmproxy.org/stable/overview-installation/

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
brew install mitmproxy
# Error: python@3.11: the bottle needs the Apple Command Line Tools to be installed.
#   You can install them, if desired, with:
#     xcode-select --install
xcode-select --install
brew install mitmproxy

brew install mitmproxy
# Error: You have not agreed to the Xcode license. Please resolve this by running:
#   sudo xcodebuild -license accept
sudo xcodebuild -license accept
brew install mitmproxy

下载实在是太慢了。。6 小时起步吧

尝试 python 版本升级然后用 pip 安装

1
pip install mitmproxy

https://www.cnblogs.com/-wenli/p/13939265.html