How to sniff internet connection from mobile application?

698 views Asked by At

Sometimes if we uses web application from our computer we can sniff the data. We can use iehttpheader for ie. We can use livehttpheader for firefox. Or we can use fidler.

But what about if we use mobile phone?

Is there a way to force all internet traffic to go through our computer first, and then catch that with fiddler?

I tried to use bluestack to run android application but fiddler shows nothing.

A friend of mine try to set it's android tablet to use my computer as proxy. This approach works for many applications but doesn't work for another.

1

There are 1 answers

1
Ivan Genchev On

If you have a wifi card on your machine that you can put in master mode, you can share the connection from your machine to your phone and then you can use one of your tools (you can try wireshark as well) to capture the traffic from your phone.