zoukankan      html  css  js  c++  java
  • Android手机使用Fiddler抓包(HTTPS)(二)

    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.
    5. 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.
      1. Tap the Show advanced options box.
      1. Tap the Proxy settings dropdown and select Manual.
      1. Type the IP address and port (usually 8888) of the Fiddler server.
      1. 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.
      1. If the download doesn't open automatically, swipe down from the top and tap the Settings icon.
      2. Tap Personal > Security.
      3. Under Credential Storage, tap Install from storage.
      1. Tap the FiddlerRoot.cer file.
      2. (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.

  • 相关阅读:
    使用HSQLDB 客户端(jvm自带数据库使用技巧)
    PageHelper分页
    使用exe4j打包Java程序
    有图形界面的聊天程序
    同时收发消息
    服务端和客户端互聊
    使用Scanner
    收发字符串
    收发数字
    建立连接
  • 原文地址:https://www.cnblogs.com/zhaoyq/p/9334716.html
Copyright © 2011-2022 走看看