search

Home  >  Q&A  >  body text

如何监听android手机的网络请求数据

如何监听android手机的网络请求数据,如,可以抓取到网络某个应用请求的url

PHPzPHPz2772 days ago719

reply all(6)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 17:34:59

    Fiddler for Windows
    Charles for macOS
    Surge for iOS

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:34:59

    1. Make an http proxy server
    2. Record all transferred http requests

    reply
    0
  • PHPz

    PHPz2017-04-17 17:34:59

    asdfasf link description

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 17:34:59

    I feel good using Charles, and the information captured is very intuitive.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 17:34:59

    If it is android, you can consider the xposed module

    reply
    0
  • PHPz

    PHPz2017-04-17 17:34:59

    The system has this method, please wait. Add it now.


    Click here for a demo:

    http://www.javaapk.com/source/6251.html

    Monitor the application traffic in the background. If the traffic goes away, it will naturally be connected to the network.

    Here is the code. Due to copyright reasons, I will not copy it:

    http://blog.csdn.net/forlong401/article/details/8440290
    http://blog.csdn.net/gangyanliang/article/details/8203970


    reply
    0
  • Cancelreply