A mitmproxy addon that allows use of the HTTP Toolkit Android app.
HTTP Toolkit is not as featureful as mitmproxy, but it has a very polished Android connection experience. This addon allows all of HTTP Toolkit's Android features (namely, guided certificate installation and per-app tunneling) to be used with mitmproxy.
- Download the HTTP Toolkit Android app
- Clone this repository, or download the addon script
- Launch
mitmproxy
(ormitmdump
,mitmweb
, etc.):
mitmproxy -s src/mitmproxy_httptoolkit_android.py
- Follow the instructions in the log (type
E
in the TUI) to connect
If multiple mitmproxy modes are in use, the app will be able to connect to any
listen_host
. It will only use the listen_port
of the first mode for all of
them, however, due to limitations in its API.
This feature is not yet implemented, but can be done manually in a number of ways.
Install the CA certificate as instructed by the app. Then, install this Magisk module and reboot.
Manually perform the actions the HTTP Toolkit server does.