Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 495 Bytes

android_mitmproxy.md

File metadata and controls

22 lines (19 loc) · 495 Bytes

Setting up mitmproxy with android

User certificate

  • Move to sd card
adb push ~/.mitmproxy/mitmproxy-ca-cert.cer /storage/emulated/0/Download/mitmproxy-ca-cert.cer
  • Set http proxy in device
source avd_functions 
set_http_proxy 8080
  • Reset wifi state
adb shell svc wifi disable
adb shell svc wifi enable

System certificate

Follow ./android_system_ca_wizard
Note: Install only these certificate on a emulator deprived of google play services.