如何嗅探iPhone网络数据

发布于 2024-10-11 11:10:25 字数 228 浏览 6 评论 0原文

最近我的应用程序出现问题,我需要查看发送到 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 技术交流群。

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

发布评论

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

评论(1

暮凉 2024-10-18 11:10:25

我经常这样做。我使用 MacBook 进行此操作,但我确信您可以使用类似的技术在 Windows 中进行此操作:

  1. 将您的 PC 连接到与外界相连的硬连线以太网。

  2. 将您的电脑设置为互联网共享。 (这是 Mac 和 PC 上工作方式不同的一个大问题)。设置为与来自 WiFi 连接的人员共享您的硬连线连接。然后,您的计算机将成为无线接入点。

  3. 连接您的 iPhone 以将您的 PC 作为 WiFi 网络使用

  4. 在您的 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:

  1. Connect your PC to a hard-wired ethernet to the outside world.

  2. 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.

  3. Connect your iPhone to use your PC as it's WiFi network

  4. 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!

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