如何嗅探iPhone网络数据
最近我的应用程序出现问题,我需要查看发送到 iPhone 和从 iPhone 发送的数据。我已经阅读了有关 Paros 的信息并下载了它,但我不知道需要将哪些信息放入 paros 和我的 iPhone 中才能使其正常工作。我正在运行正常的 Windows 7 安装,没有当前的代理服务器,我的 ISP 是带有光纤软件包的 telus。那么我需要安装什么以及在哪里可以找到读取 iPhone 使用 paros 通过网络发送的数据所需的所有信息?
I have recently been having problems with my app and I need to view the data being sent to and from my iPhone. I have read about Paros and downloaded it, but I don't know what information I need to put into paros and my iPhone to make it work. I am running a normal windows 7 installation with no current proxy server and my ISP is telus with the fiber optics package. So what do I need to install and where do I find all of the information needed to read the data being sent over the network by my iPhone using paros?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我经常这样做。我使用 MacBook 进行此操作,但我确信您可以使用类似的技术在 Windows 中进行此操作:
将您的 PC 连接到与外界相连的硬连线以太网。
将您的电脑设置为互联网共享。 (这是 Mac 和 PC 上工作方式不同的一个大问题)。设置为与来自 WiFi 连接的人员共享您的硬连线连接。然后,您的计算机将成为无线接入点。
连接您的 iPhone 以将您的 PC 作为 WiFi 网络使用
在您的 PC 上下载并运行 Wireshark(开源 - 公开可用)。 Wireshark 将嗅探并记录网络流量。
然后,您显然可以设置任何您想要的规则,将您的网络跟踪仅限于您的 iPhone。
就像我说的 - 我一直使用 MacBook 进行此操作,它既简单又强大!
I do this a lot. I do it with a MacBook, but I'm sure you can use a similar technique to do it from windows:
Connect your PC to a hard-wired ethernet to the outside world.
Set your PC up for internet sharing. (This is the big thing that will work differently between the Mac and PC). Set up to share your Hard-wired Connection with people from your WiFi Connection. Your computer will then become a wireless access point.
Connect your iPhone to use your PC as it's WiFi network
Download and run Wireshark (Open Source - Publicly available) on your PC. Wireshark will sniff and log the network traffic.
You can then obviously set up whatever rules your would like to limit your network trace to only your iPhone.
Like I said - I do this all the time with a MacBook and it's easy and powerful!