Friday, January 15, 2010

[How to] Analyze packets to/from iPhone

Install apps onto phone:
  • OpenSSH
  • tcpdump
Change root passwd on phone
Get into the phone with:
ssh root@matthew-iphone

Watch packets to/from the phone (excluding VNC and ssh packets):
tcpdump -lc 10000 host matthew-iphone and not \(port 5900\) and not \(port 22\) | tee pcap.txt

No comments:

Post a Comment

Followers