vote up 1 vote down star
1

How can I sniff packets from my iPhone on my network? can someone give me some instructions? I tried Googling, but nothing teaches how to sniff iPhone packets、

I am on windows.

flag

I found this, which uses WireShark. However, I need step by step instructions or something to do the wireshark and proxy together. – Doug Oct 21 at 4:57
How do I connect my iPhone with WLAN? What is WLAN? – Doug Oct 21 at 5:00
Well, I know what WLAN is but I'm not sure how can I put the puzzle together. – Doug Oct 21 at 5:07

2 Answers

vote up 2 vote down check

You can use Paros to sniff the network traffic from your iPhone. See this excellent step by step post for more information: http://blog.jerodsanto.net/2009/06/sniff-your-iphones-network-traffic/. Also, look in the comments for some advice for using other proxies to get the same job done.

One caveat is that Paras only sniffs HTTP GET/POST requests using the method above, so to sniff all network traffic, try the following:

  1. Just turn on network sharing over WiFi and run a packet sniffer like Cocoa Packet Analyzer (in OSX).
  2. Then connect to the new network from iPhone over WiFi. (SystemPreferences->Sharing->InternetSharing)

If you're after sniffing these packets on Windows, connect to the internet using Ethernet, share your internet connection, and use the Windows computer as your access point. Then, just run Wireshark as normal and intercept the packets flowing through, filtering by their startpoints. Alternatively, try using a network hub as Wireshark can trace all packets flowing through a network if they are using the same router endpoint address (as in a hub).

link|flag
Thanks, if I wanted to sniff all the packets what program can I use for windows? – Doug Oct 21 at 2:46
@Doug: Added answer above. – Nathan Kleyn Oct 21 at 2:51
vote up 1 vote down

The easiest way of doing this will be to use wifi of course. You will need to determine if your wifi base acts as a hub or a switch. If it acts as a hub then just connect your windows pc to it and wireshark should be able to see all the traffic from the iPhone. If it is a switch then your easiest bet will be to buy a cheap hub and connect the wan side of your wifi base to the hub and then connect your windows pc running wireshark to the hub as well. At that point wireshark will be able to see all the traffic as it passes over the hub.

link|flag
+1 This is the rig I use all the time. Works great. The hardest part is finding a hub these days... Personally I use a Netgear DS104. – Rob Napier Oct 21 at 7:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.