如何显示 iPhone 应用程序嗅探 HTTP 请求?
我有带有 OS4 的 iphone 3(未越狱),我想检查一些应用程序的 http 请求 url,我尝试了 fiddler,但它不起作用,有人知道吗?设备必须越狱吗?我有 ubuntu / windows,所以我可以使用其中之一,如果有人知道怎么做,请回答
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 breaked? i got ubuntu / windows so i can use one of them , if anyone knows how to do it please answer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果设备使用 WiFi 并且您有一个可以进入混杂模式的无线网卡,那么您可以使用 WireShark 来嗅探原始数据包。使用 Follow TCP Stream 来重建 HTTP 请求。更多信息请访问 http://www.wireshark.org
另一种选择是强制您的设备使用HTTP 代理,然后检查该流量。这里有一个执行此操作的指南: http:// blog.jerodsanto.net/2009/06/sniff-your-iphones-network-traffic/
这里还有一个类似的问题应该会有所帮助:iPhone 和 WireShark
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