G
G
Gudsaf2018-03-02 00:50:18
Android
Gudsaf, 2018-03-02 00:50:18

How to find out the API that an Android application uses to work with its server?

There is a client-server application on android.
How can I find out the API that this Android application uses to work with its server?
I want to use this api later in a simple python script.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ilya Pavlovsky, 2018-03-02
@Gudsaf

There are several options:
1) Set up a proxy server (for example, Chrales) and sniff the traffic. You may need to put your certificate if there is SSL.
2) reverse engineering apk. Then search by src for intersections at http:// || https//

O
OM1, 2018-03-02
@OM1

wireshark?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question