Android : Capturing HTTP Requests with non-rooted android device

后端 未结 8 1115
说谎
说谎 2020-12-12 10:30

I have an android application which uses a third party jar in it. Http request is sent from third party jar to server when application is running. I need to capture HTTP R

8条回答
  •  生来不讨喜
    2020-12-12 10:34

    It's 2020 now, for the latest solution, you can use Burp Suite to sniffing https traffic without rooting your Android device.

    Steps:

    1. Install Burp Suite

    2. Enable Proxy

    3. Import the certification in your Android phone

    4. Change you Wifi configuration to listening to proxy

    5. Profit!

    I wrote the full tutorial and screenshot on how to do it at here: https://www.yodiw.com/monitor-android-network-traffic-with-burp/

提交回复
热议问题