PCAPdroid-mitm icon indicating copy to clipboard operation
PCAPdroid-mitm copied to clipboard

Mitm addon for PCAPdroid

PCAPdroid mitm addon

A PCAPdroid addon which uses mitmproxy to decrypt the TLS/SSL connections and show the decrypted data in the app.

The addon uses the open source framework chaquopy to bundle and run python modules. The native python modules are pre-built and installed from the chaquopy pip repository.

Build

Install Python 3.10 and ensure to pull the submodules with git submodule update --init. Then build with gradle as usual.