PCAPdroid mitm

Download PCAPdroid mitm APK

com.pcapdroid.mitm · by Emanuele Faranda

• Updated: Jun 30, 2026

About PCAPdroid mitm

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 The following build instructions work on a clean Ubuntu 24.04 LTS at the moment, but may get updated. Build on Windows is not currently supported. Install Java 17 and git sudo apt install openjdk-17-jdk git # should print "openjdk 17.x" java --version Install python 3.10, which is required to correctly build with Chaquopy sudo add-apt-repository ppa:deadsnakes/ppa sudo apt install python3.10 python3.10-distutils # should print "Python 3.10.x" python3.10 --version Clone the repo github.com/emanuele-f/PCAPdroid-mitm cd PCAPdroid-mitm git submodule update --init"> git clone github.com/emanuele-f/PCAPdroid-mitm cd PCAPdroid-mitm git submodule update --init Install the Android SDK. These instructions assume you will work from the CLI, however you can do the same via Android Studio, which will make installing and managing SDK versions easier. # 1. Grab the latest "Command line tools only" for linux from developer.android.com/studio , wget dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip unzip commandlinetools-linux-11076708_latest.zip # 2. Set up the environment export ANDROID_SDK_ROOT=~/Android alias sdkmanager="cmdline-tools/bin/sdkmanager --sdk_root=$ANDROID_SDK_ROOT" sdkmanager --update # 3. Install the SDK # android-34 corresponds to targetSdk in app/build.gradle sdkmanager "platforms;android-34" "extras;google;m2repository" "extras;android;m2repository" Create keystore for signing keytool -genkey -alias key0 -keyalg RSA -keystore keystore -storepass android -keypass android -dname "CN=Unknown, OU=Unknown, O=Unknown, C=Unknown" Build release ./gradlew assembleRelease # The signed apks should be located under `./app/build/outputs/apk` # find . -name "*.apk"

All PCAPdroid mitm APK versions

No versions available.

Frequently Asked Questions

Yes. Every PCAPdroid mitm APK on APK.now is automatically scanned and the cryptographic signature is verified against the original publisher's certificate (Emanuele Faranda). Files that fail verification are removed before they ever reach the catalog.

Enable 'Install from unknown sources' for your browser (or the file manager you use to open the APK) under Settings → Apps → Special access. Tap the downloaded PCAPdroid mitm APK, confirm the prompts, and Android installs it just like any app from the Play Store.

The latest PCAPdroid mitm version available on APK.now is the latest version. We track new releases from Emanuele Faranda continuously and add them to the catalog as soon as they pass verification.

Yes — every PCAPdroid mitm APK and every version on APK.now is free to download. We never gate downloads behind sign-up, surveys, or paywalls.

APK.now keeps a full archive of every PCAPdroid mitm release, including older versions that the Play Store has already replaced. The APKs work on devices without Google Play Services (Huawei, GrapheneOS, Amazon Fire) and are signature-verified so you can be confident the file is genuine.