Y
Hacker News
new
|
ask
|
show
|
jobs
by
wodenokoto
1039 days ago
Any guides to learn how to do a similar analysis on other websites?
2 comments
JKCalhoun
1039 days ago
I assumed, perhaps incorrectly, that the author is a Google engineer.
link
hk__2
1039 days ago
Which websites?
link
wodenokoto
1039 days ago
No, the broader concept of how to dissect the behaviour to figure out the api endpoints called, what was sent to them, what was returned, etc.
link
tamimio
1039 days ago
MITM proxy, ZAP, fiddler, and Burp suite are some tools to start with, and wireshark/postman just in case you needed it. Rest is just your knowledge in JavaScript mostly.
link
xchkr1337
1039 days ago
I don't think these tools are particularly suitable for reverse engineering websites, it's much easier to use devtools and userscripts
link