Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.82 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.82 KB

hevy-api

Bench press

Samples

Overviews

How to dissect https calls for yourself

Download

Setup

  1. Open android studio
  2. Create an android virtual device
  3. Boot the device
  4. Download the hevy app apk
  5. Download apk-mitm
  6. Patch the apk as described on apk-mitm
  7. Install charles proxy
  8. Install the certificate and setup the proxy on the android device as described here: https://blog.logrocket.com/test-debug-android-apps-with-charles-web-proxy/
  9. Using android studio upload the patched APK to the android device and then install it
  10. open hevy app and login

Hevy should use the proxy with the previously installed certificate and in charles you can now see the decrypted https requests.