ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Network monitoring tools



  Bumder With A Buffer
Hi.

Possibly a rather noob or silly question here but here goes...

I want to be able to see what ip addresses certain devices are talking to. Namely a gps app on my phone, it talks to a website to download the maps and I want to see the ip address of the server its talking too.

I have wireshark on my laptop here but all that monitors is the ip addresses that the laptop goes too. Im using a SKY sagemcom f@st2504n router.

Is it even possible to do that?
 
Wireshark should do it.... :s

I used to use it to grab the ISO image URL that the Microsoft auto downloader used behind the scenes.
 
Are you looking for something that produces a log file of all IP's that a device has connected to?

I think maybe a bit more information on the phone/app might be useful. As if its an iPhone for example I doubt you'd be able to upload anything to the phone to see what servers the app was pinging.
 
  Bumder With A Buffer
I'm using an HTC so android.

When I open up wireshark on the laptop and look for my phones IP address I don't see it pop up, I assumed that was because I was only monitoring what the laptop was doing?
 
I'm using an HTC so android.

When I open up wireshark on the laptop and look for my phones IP address I don't see it pop up, I assumed that was because I was only monitoring what the laptop was doing?

It is the same concept, just tell your android to use the proxy.

What exactly are you telling wireshark to do? What device are you capturing packets on?
 

ChrisR

ClioSport Club Member
I'm using an HTC so android.

When I open up wireshark on the laptop and look for my phones IP address I don't see it pop up, I assumed that was because I was only monitoring what the laptop was doing?

Yes by default you'll only see what's passing through your laptop.

What you could do is perform a 'man in the middle' attack on your phone using the laptop so that all the phone traffic goes through the laptop :)

Or probably easier to get a traffic sniffer installed on the phone, or get some logs off your router.

*edit*

Yeah Homer's post above about using a web proxy such as fiddler or burp is probably easier :p
 
Correct me if I am wrong but depending on his hardware he should be able to capture wireless traffic fine with wireshark, if his laptops wireless card/drivers allow him to put it into a monitor mode or promiscuous (if he has associated with the same wireless network) then it should be good to go. Talking him through it though is what made me suggest fiddler etc it will probably be easier for him :)
 

ChrisR

ClioSport Club Member
yup with right hardware and software that'll work, but as you say other ways are probably less hassle to explain or sort out.
 

sn00p

ClioSport Club Member
  A blue one.
Use the laptop as a bridge, i.e connect to the Internet via Ethernet and then share the connection via wifi and then you'll be able to use wire shark to capture packets.

The other ways I've done stuff like this in the past is to use a HUB (note hub, not router) because it will send all packets to all ports.

You also need to hope that they're not using SSL, otherwise you won't be seeing anything interesting.
 


Top