Skip to content

Instantly share code, notes, and snippets.

@N-X-T
Created January 2, 2024 03:57
Show Gist options
  • Save N-X-T/61b3c4fafea626d69f2513c46a5d7196 to your computer and use it in GitHub Desktop.
Save N-X-T/61b3c4fafea626d69f2513c46a5d7196 to your computer and use it in GitHub Desktop.
Install mitmproxy in Termux Android

Run bellow command, success with mitmproxy 10.1.6 ♥

pkg update -y
pkg install python rust binutils
pip install ruamel.yaml==0.17.21
pip install mitmproxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment