how to show iphone apps sniffing HTTP Requests?

后端 未结 1 1430
梦谈多话
梦谈多话 2021-02-06 11:32

i have iphone 3 with OS4 (not jailbreaked) and i want to inspect some apps http request urls , i tried fiddler but its not worked , anyone has idea? is the device must be jail b

相关标签:
1条回答
  • 2021-02-06 12:01

    If the device is using WiFi and you have a Wireless Network card that can enter promiscuous mode then you can use WireShark to sniff the raw packets. Use Follow TCP Stream to reconstruct the HTTP requests. More information can be found at http://www.wireshark.org

    Another option is to force your device to use an HTTP Proxy and then inspect that traffic. There is a guide to doing this here: http://blog.jerodsanto.net/2009/06/sniff-your-iphones-network-traffic/

    There is also a similar question here that should be helpful: iPhone and WireShark

    0 讨论(0)
提交回复
热议问题