iPhone が送るすべてのリクエストを見る。
スマートフォン上でシステム全体の HTTPS をキャプチャ。復号するドメインは自分で選び、ダッシュボードでライブに確認し、ルールはオーバー・ジ・エアで変更できます。
セットアップのウォークスルーを見る。
インストールからライブキャプチャまで約
下の設定手順に従うか、ページ上部のデモをご覧ください。
Sign in
01Create a free Busymate account with Apple or email — it pairs the app to your device.
Add your domains
02List the domains you want to decrypt. Everything else stays end-to-end encrypted.
Install & trust the CA
03Install the local certificate generated just for you — the 1-minute walkthrough above shows exactly how.
Capture & inspect
04Flip capture on, accept the disclosure, and requests stream in live — tap any one for full headers and body.
リクエストを発生と同時に確認
Every request streams in live — method, URL, status, headers, and body. No Mac, no Wi-Fi proxy.


ヘッダーとボディを掘り下げる
Open any request for headers, query, status, timing, and full bodies — formatted and readable.


復号するのは
Decrypt only the domains you add. Everything else stays end-to-end encrypted.


へ同期
Optionally sync to dash.busymate.dev — search, tag, and export HAR on a bigger screen.


はあなたに
Built for traffic from apps and sites you own or are authorized to debug. Capture is always opt-in.
Capture is opt-in
Nothing is captured until you explicitly turn it on and accept the on-screen disclosure.
HTTPS only for chosen domains
Decryption is limited to domains you add — and you can add or remove them at any time.
A local CA, on your device
Decryption uses a CA certificate generated just for you, with guided step-by-step setup inside the app.
Stop and remove anytime
Stop capturing and remove the VPN profile from iOS Settings whenever you like. Synced captures are deletable.
プライバシーを優先
キャプチャは端末上で動作します。同期したデータはアカウントに保存され、機密情報を含む場合があります。調査する権限がある通信だけを確認してください。 プライバシーポリシー
デバッグ
- iOS / iPadOS 17 or later
- A free Busymate account (sign in with Apple or email)
- No in-app purchases
The debugger is
HTTPS を iPhone そのもので——Mac もケーブルも不要。復号対象を選び、キャプチャをオンにして、ライブで見る。
すべて見えて、復号は許可したものだけ
NetworkExtension の VPN がシステム全体のトラフィックをキャプチャ——自分のアプリも、サードパーティアプリも、すべて。TLS の復号は SSL リストに明示的に追加したホストだけ。スマホの残りはプライベートのままです。
Mac 不要。プロキシ不要。手間なし。
ケーブル接続も、ノート PC での設定も不要。スマホが単独でキャプチャ・復号・ストリーミングします——デスクからでも、テストベンチからでも、地球の裏側からでも。
SSL プロキシをワンクリックで有効化
ダッシュボードで暗号化されたエントリを見つけたら?ワンクリック。デバイスが Realtime で変更を受け取り、数秒以内にそのホストの復号を開始します——スマホに戻る必要はありません。
リモート管理、ライブで OTA
ルール、スクリプト、モック、VPN スイッチはダッシュボードからライブでデバイスへ——リビルドも App Store 審査も不要。キャプチャをオンにするか SSL リストにホストを足せば、数秒で Realtime 経由で反映されます。
Inside
A packet tunnel, an SNI matcher and an on-device certificate authority — the whole MITM pipeline runs on the phone.
- 01
The phone becomes the tunnel
A NetworkExtension packet tunnel claims the default route, so every app's DNS and TCP passes through the debugger — on the device itself. No Mac, no cable, no proxy settings.
- 02
The handshake decides what's decrypted
Each TLS connection's server name is read from the handshake and matched against your SSL-proxying list — wildcards included. Listed hosts are intercepted; everything else passes through encrypted.
- 03
Certificates are minted on the phone
CA は初回起動時にデバイス上で生成され、鍵が端末の外に出ることはありません。ホストごとのリーフ証明書は必要時に発行されてキャッシュされるため、フィードに届くのはアプリが実際に見たリクエストとレスポンスそのものです。
- 04
Rows stream straight to your feed
Every captured pair is written directly to the shared entries table over the device's own long-lived pairing token — no files to pull, no sync step. The dashboard sees it the moment it lands.
The pipeline,
What actually runs when you flip capture on — and what never leaves the phone.
- Capture
- System-wide DNS + TCP via a NetworkExtension packet tunnel
- Decryption
- Selective, per-host SSL list with wildcard patterns — opt-in, never everything
- MITM engine
- per-host leaf certificates · RSA-2048
- Pairing
- 365-day device token claimed at pairing — capture keeps streaming without re-login
- Live control
- Realtime push for settings, SSL lists, VPN on/off, breakpoints and resends — applied in seconds, over the air
- Alternate mode
- PAC proxy mode routes the phone through the shared MITM proxy instead of the on-device tunnel
- Requirements
- An iPhone. No Mac, no jailbreak, no computer in the loop
iOS questions,
Do I need a Mac or any computer?
No. Capture, decryption and streaming all run on the iPhone itself — the phone is the debugger. You watch and control it from the web dashboard on any screen.
Does it decrypt everything on my phone?
No. TLS is opened only for hosts you explicitly add to the SSL-proxying list; every other connection passes through encrypted and untouched. The list is yours, editable live from the dashboard.
How do changes reach the phone without an app update?
The app is server-driven by design: rules, scripts, mocks, SSL lists and even the VPN toggle push to the device over a live Realtime connection. Behaviour changes in seconds — no rebuild, no App Store review cycle.
What about HTTP/3 (QUIC) traffic?
QUIC is not intercepted: the tunnel declines UDP/443 (and counts it), so apps fall back to HTTPS over TCP — where selective decryption and capture work normally.