mitmproxy5.1.1をAlibabaCloud Server(Centos7)にインストールします

1.yumを更新します

yum update

2.gccをインストールします

yum install gcc

3. c ++をインストールします

yum install gcc-c++

4. Python3.7.3をインストールします

Centos7のデフォルトのPythonバージョンを変更します

5.mitmproxyをインストールします

pip install mitmproxy

6.インストールが成功したかどうかを確認します

[root@iZ7etebl1lxmysZ ~]# mitmproxy --version
Mitmproxy: 5.1.1
Python:    3.7.4
OpenSSL:   OpenSSL 1.1.1g  21 Apr 2020
Platform:  Linux-3.10.0-862.14.4.el7.x86_64-x86_64-with-centos-7.8.2003-Core

おすすめ

転載: blog.csdn.net/weixin_44322234/article/details/106041361