Skip to content

Instantly share code, notes, and snippets.

@castexyz
Created January 17, 2020 09:50
Show Gist options
  • Save castexyz/44a34befda2ea7b009e1ed43f7fe4a1e to your computer and use it in GitHub Desktop.
Save castexyz/44a34befda2ea7b009e1ed43f7fe4a1e to your computer and use it in GitHub Desktop.
mitmproxy android
2. On the kali machine install/upgrade mitmproxy with “pip3 install mitmproxy” / “pip3 install –upgrade mitmproxy”
3. On the kali machine launch mitmproxy with “mitmproxy” command
4. On the mobile device configure ProxyDroid to use mitmproxy port (8080) and host
5. On the mobile device open http://mitm.it/cert/pem in the browser and download
6. Install the downloaded certificate
7. On the Kali launch Burp and setup the proxy in order to listen into localhost:8082
8. Run mitmproxy with upstream option “mitmproxy --mode upstream:http://127.0.0.1:8082 --ssl-insecure”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment