简体   繁体   English

使用Fiddler捕获到iPhone的传入流量

[英]Capturing incoming traffic to IPhone with Fiddler

I am trying to capture all traffic from my app on Iphone. 我正在尝试从Iphone上的应用程序捕获所有流量。 Now i can capture all outgoing traffic FROM my device, but nothing from incoming. 现在,我可以捕获设备中的所有传出流量,但是捕获不到任何流量。 Here is instruction how i configured proxy in my fiddler and iphone: http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureForiOS 这是我如何在提琴手和iphone中配置代理的说明: http : //docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureForiOS

Is there some way to configure Fiddler to capture incoming requests or any another way to achieve this? 有什么方法可以配置Fiddler以捕获传入的请求,或者通过其他任何方法来实现此目的? It's desirable for application to decrypt HTTPS traffic as Fiddler do. 应用程序最好像Fiddler一样解密HTTPS流量。

APNS uses the following: ( Reference ) APNS使用以下内容:( 参考

  • TCP port 5223 (used by devices to communicate to the APNs servers) TCP端口5223(设备用于与APNs服务器通信的端口)
  • TCP port 2195 (used to send notifications to the APNs) TCP端口2195(用于将通知发送到APN)
  • TCP port 2196 (used by the APNs feedback service) TCP端口2196(由APNs反馈服务使用)
  • TCP Port 443 (used as a fallback on Wi-fi only, when devices are unable to communicate to APNs on port 5223) TCP端口443(仅当设备无法与端口5223上的APN通信时,才用作Wi-fi的后备)

The problem is that Fiddler, Charles Proxy and most programs like this capture only http/https protocol traffic. 问题是Fiddler,Charles Proxy和大多数此类程序仅捕获http / https协议流量。 To capture all traffic including non http yo will need an analyzer such as Wire Shark. 要捕获包括非http yo在内的所有流量,需要使用诸如Wire Shark之​​类的分析器。

Wire Shark is free but is not nearly as easy to use. Wire Shark是免费的,但使用起来却不那么容易。 It captures and displays all the packets including such as the TCP/IP level connection establishment. 它捕获并显示所有数据包,包括TCP / IP级别的连接建立。 It also has one of the worse UI experiences ever, you will hate it. 它还具有有史以来最差的UI体验之一,您会讨厌它。 But it will capture all traffic in excruciating detail. 但是它将捕获所有令人难以置信的详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM