Mitm addon for PCAPdroid
Go to file
2023-12-02 17:01:59 +01:00
app Also look for PCAPdroid debug build 2023-06-25 22:58:44 +02:00
gradle/wrapper Update gradle 2023-06-04 17:16:12 +02:00
submodules Fix build due to msgpack 1.0.7 2023-12-02 17:01:59 +01: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 gradle plugin to 8.1.4 2023-12-02 16:50:14 +01:00
COPYING Initial commit 2022-02-13 00:20:03 +01:00
gradle.properties Update gradle 2023-06-04 17:16:12 +02: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.