Mitm addon for PCAPdroid
Go to file
2023-05-28 22:51:21 +02:00
app Multi-script match and improve header parsing 2023-05-28 22:51:21 +02:00
gradle/wrapper Upgrade to chaquopy 14.0.2 and gradle plugin 7.4 2023-03-18 15:36:53 +01:00
submodules Fix ruamel.yaml version 2023-05-28 11:43:45 +02:00
.gitignore Initial support for mitmproxy 9.0.1 2023-03-24 22:12:30 +01:00
.gitmodules Initial support for mitmproxy 9.0.1 2023-03-24 22:12:30 +01:00
build.gradle Upgrade to chaquopy 14.0.2 and gradle plugin 7.4 2023-03-18 15:36:53 +01:00
COPYING Initial commit 2022-02-13 00:20:03 +01:00
gradle.properties Initial commit 2022-02-13 00:20:03 +01:00
gradlew Initial commit 2022-02-13 00:20:03 +01:00
gradlew.bat Initial commit 2022-02-13 00:20:03 +01:00
make_dist.py Add build flavors to reduce apk size 2022-04-30 23:51:26 +02:00
README.md Update README.md 2023-04-20 12:06:00 +08:00
settings.gradle Move to open source chaquopy 2022-08-03 11:40:30 +02:00

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.