Skip to content

Instantly share code, notes, and snippets.

@N-X-T
N-X-T / mitmproxy.md
Created January 2, 2024 03:57
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