R
R
Rostislav2016-05-06 06:51:59
Java
Rostislav, 2016-05-06 06:51:59

How to track traffic in Android?

Interested in the tracking mechanism itself, in addition, is it possible to pull out some data of the type of speed, which application sends / receives how much data?
Will the Android API suffice for such a task, or will you have to turn to calls in c ++?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
VZVZ, 2016-05-06
@VZVZ

This is called sniffing.
We go to the playmarket, look for applications by requests like "http sniffer", find them, look ... download, decompile))
I saw such a sniffer, and apparently it works at the TCP level, not HTTP, i.e. even deeper.
But for it to work, the OS required you to put a password on the unlock screen. There was something connected with VPN and certificates, but he also knows how to decode HTTPS, which is not always necessary, maybe this is because of this? And if without decoding, then a password and certificates are not needed?
PS And another option is Genymotion + Fiddler.

P
Pavkhv, 2016-05-06
@Pavkhv

google "android local sniffer"
methods - driver, vpn, transparent proxy, etc.

R
Rustem Saitkulov, 2016-05-07
@atetc

Fiddler (Windows/Linux)
Charlesproxy (Mac)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question