ThijsRay / podimo

https://podimo.thijs.sh
European Union Public License 1.2
41 stars 16 forks source link

Which program's do you use? #9

Closed SolidRhino closed 1 year ago

SolidRhino commented 1 year ago

Which program's do you use to reverse engineer the API?

ThijsRay commented 1 year ago

I install a fresh copy of the Podimo Android app and perform a man-in-the-middle attack to capture all the traffic that is generated by the app. Reversing the API becomes much easier once you know what traffic is being sent and received.

I have used

JoepdeJong commented 1 year ago

You could also use Postman to capture HTTP requests with a proxy. This works also on iOS.