mirror of
https://github.com/emanuele-f/PCAPdroid-mitm.git
synced 2026-06-03 21:01:33 +08:00
Mitm addon for PCAPdroid
| app | ||
| gradle/wrapper | ||
| submodules | ||
| .gitignore | ||
| .gitmodules | ||
| build.gradle | ||
| COPYING | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| make_dist.py | ||
| README.md | ||
| settings.gradle | ||
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.