安卓手机使用Fiddler抓获HTTPS报文方法

Posted 帅胡

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安卓手机使用Fiddler抓获HTTPS报文方法相关的知识,希望对你有一定的参考价值。

Configure Fiddler

  1. Click Tools > Fiddler Options > Connections.

  2. Ensure that the checkbox by Allow remote computers to connect is checked.

  3. If you check the box, restart Fiddler.

  4. Hover over the Online indicator at the far right of the Fiddler toolbar to display the IP address of the Fiddler server.

    技术分享

Configure Nexus Device

  1. Swipe down from the top of the screen and tap the Settings icon.

  2. Tap Wi-Fi.

  3. Tap and hold your current Wi-Fi network. Select Modify Network.

    技术分享

  4. Tap the Show advanced options box.

    技术分享

  5. Tap the Proxy settings dropdown and select Manual.

    技术分享

  6. Type the IP address and port (usually 8888) of the Fiddler server.

    技术分享

  7. Tap Save.

To verify this configuration, go to http://ipv4.fiddler:8888/. Chrome should display the Fiddler Echo Service webpage, and the traffic should appear in Fiddler.

Disable the proxy

After using Fiddler, return to the Proxy Settings screen above and remove the proxy.

Decrypt HTTPS

  1. On the Fiddler Echo Service Webpage, click the FiddlerRoot Certificate link.

    技术分享

  2. If the download doesn‘t open automatically, swipe down from the top and tap the Settings icon.

  3. Tap Personal > Security.

  4. Under Credential Storage, tap Install from storage.

    技术分享

  5. Tap the FiddlerRoot.cer file.

  6. (Optional) Type a name for the certificate.

To verify this configuration, tap Trusted credentials > User. This should display the Fiddler certificate.

Disable HTTPS Decryption

To delete the FiddlerRoot certificate, tap Trusted credentials > User and delete the certificate.

以上是关于安卓手机使用Fiddler抓获HTTPS报文方法的主要内容,如果未能解决你的问题,请参考以下文章

全网最强Fiddler抓包实战教程(Android+IOS超级全面图文) 越来越刑

Fiddler安卓手机APP抓包

使用fiddler进行genymotion安卓虚拟机手机抓包

获取代理电脑的https证书方法

用fiddler抓手机的http/https的请求

Android利用Fiddler进行抓包详解教程。抓取接口以及数据,可以抓真实安卓手机或者模拟器。