Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.33 KB

MitmProxySetup.md

File metadata and controls

35 lines (23 loc) · 1.33 KB

MitmProxySetup

Tool

Official docs

Videotutorial

Video showing what to do

File shown in video

Android CA-Cert Setup (second part of the video)

  1. Install the certificate
  2. Convert the certificate into a "trusted root certificate
    • Method A: Magisk Module
    • Method B: Manually
      1. Navigate to /data/misc/user/0/cacerts-added/
      2. Cut the installed certificate
      3. Navigate to /system/etc/security/cacerts/
      4. Paste the certificate here

How to log requests

  1. Execute ArkLogger
  2. Execute the game
  3. Do things and the requests will start appearing in ArkLogger/data

You can also use the data stored in the proxy flows, but if you wanna search on the content of the request you need to use the mitmproxy CLI tool