A
A
Assorium2012-05-03 13:54:58
Android
Assorium, 2012-05-03 13:54:58

How to track http requests sent by applications (android)?

Actually a subject. The phone is rooted. I am sure that the phone does not store request logs, otherwise the op would have been raised a long time ago about tracking our traffic. Maybe there is an application that allows traffic through itself and logs requests.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
R
Rustem Saitkulov, 2015-06-23
@atetc

Packet Capture
doesn't even need root

M
Maxim, 2012-05-03
@Bublik

play.google.com/store/apps/details?id=lv.n3o.shark&hl=ru

S
silentnuke, 2012-05-03
@silentnuke

you are unlikely to find it.
let traffic through your router / machine, and then tcpdump / iptables.
if you are interested in the requests of a particular application, you can pick it up as an option.

I
Igor Shcherbin, 2012-05-03
@ischerbin

If there is a root, then can look towards the standard linux tools? tcpdump for example in the root console.

X
xandr0s, 2012-05-03
@xandr0s

transparent proxy? I don’t know specific examples, I don’t know English, but here’s something similar

V
Vlad Zhivotnev, 2012-05-03
@inkvizitor68sl

I would advise you to hook up the phone through a linux gateway and run tcpdump or wireshark on it. I've been reading mysql queries lately with tcpdump =)

D
DezmontDeXa, 2017-06-24
@DezmontDeXa

I'm using BlueStack. Current find rutted. Next, launch Bluestack, install the desired application on it and launch http-analyzer. In the analyzer, select hd-network.exe (In the root with bluestack).
If ssl pinning is applied (when only http (without s) is visible) - use XPOSED (Android Application + SSL Unpinning Module). XPOSED will help only for applications where ssl pinning is implemented on the java layer. If at the native level - only decompile (there are many articles on this).
Knock on Skype if anything:
jingle_of_coins

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question