如何显示 iPhone 应用程序嗅探 HTTP 请求?

发布于 2024-10-14 00:39:29 字数 135 浏览 8 评论 0原文

我有带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白鸥掠海 2024-10-21 00:39:29

如果设备使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文