46
46

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

mitmproxyでiOSの通信を確認するまで

Last updated at Posted at 2017-08-24

イカリング2の通信が見たい!
iOSで一箇所だけ個人的にハマったのでメモ。

参考:http://qiita.com/hkurokawa/items/9034274cc1b9e1405c68

#pipインストール

  1. ここからget-pip.pyをダウンロード
  2. get-pip.pyのあるディレクトリに移動してインストール
python get-pip.py

#mitmproxyインストール

  1. 普通にインストール
pip install mitmproxy

#iOSの設定

  1. 設定>Wi-Fi>プロキシサーバにするマシンと同じネットワークに接続
  2. ネットワーク設定(iマーク)の一番下にあるHTTPプロキシを手動に変更
  3. 以下のように設定
    4. サーバ:プロキシサーバにするマシンのIP
    5. ポート:8080(なんでもいい)
    6. 認証:オフ

#mitmproxy起動

  1. 普通に起動
mitmproxy

#証明書のインストール

  1. iOSのSafariを開き、http://mitm.itへアクセス
  2. リンゴマークをタップして証明書をインストール

#イカリング起動!
が、見れない。通信エラーになってる。

#証明書を有効にする
設定>一般>情報>証明書信頼設定>mitmproxyのところをオンにする。
いろんなサイト見たけど何故か書いてなかった。

#起動できた。
あとはsplatoon2と書いてあるリクエストを見るだけ。
スクリーンショット 2017-08-25 4.07.58.png

46
46
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
46
46

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?