B
B
Blunker2016-12-23 07:13:15
JavaScript
Blunker, 2016-12-23 07:13:15

How to get a list of called functions?

There is a site that displays some data. And this site has a hidden API that allows you to get this data,
I don’t know where to start, please tell me)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey Ukolov, 2016-12-23
@alexey-m-ukolov

Since you have javascript in the tags, then the correct answer is to read the code. There is nothing hidden in the world of js - everything is explicitly * given to the client.
* There is, of course, obfuscation, but there are many deobfuscators for this. The best obfuscator is a programmer who came up with an "unusual" architecture.

Y
Yevgeniy Kisselyov, 2016-12-23
@ewgenio

Console and Profiler in the same firefox devtools or in chrome
Firefox
Chrome

T
Tsimur_S, 2017-01-30
@Tsimur_S

start from the network tab in chrome dev tool, see where the requests go from and what comes from the server,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question