mitmproxyでiOS Simulatorを覗くためのメモ
Contents
mitmproxy
通信内容(http(s))を覗いたり、編集したりするプログラム
An interactive console program that allows traffic flows to be intercepted, inspected, modified and replayed.
インストール
- mitmproxyのインストール
1 | $ curl -O https://mitmproxy.org/download/osx-mitmproxy-0.13.tgz |
- httpsのために証明書をインストール
1 | $ curl -O https://raw.githubusercontent.com/ADVTOOLS/ADVTrustStore/master/iosCertTrustManager.py |
利用
- スクリプト実行でWi-Fiネットワークのプロキシ設定をオンにしてmitmproxyを起動し、終了時にオフにする
1 |
|
Author: hmhv
Link: https://hmhv.info/2015/10/mitmproxy-with-ios-simulator/
License: 知识共享署名-非商业性使用 4.0 国际许可协议
