Skip to content

Instantly share code, notes, and snippets.

@anak10thn
Forked from mightymercado/genyproxy.md
Created February 20, 2024 05:20
Show Gist options
  • Save anak10thn/7592e6f2528519748efdab2def6959be to your computer and use it in GitHub Desktop.
Save anak10thn/7592e6f2528519748efdab2def6959be to your computer and use it in GitHub Desktop.
Using an HTTP/S proxy with username/password in Genymotion

Install mitmproxy

brew install mitmproxy

Start mitmproxy with an upstream proxy

mitmproxy --mode upstream:https://host:port --upstream-auth=user:password

Create any genymotion android device in bridged network mode

Use 10.0.3.2:8080 as proxy in device

Go to mitm.it to download certificates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment