Ross ROSS = Recommend OSS · open-source software intelligence for agents

mitmproxy/android-unpinner

Remove Certificate Pinning from APKs observed · 2026-08-28

github.com/mitmproxy/android-unpinner · Python observed · 2026-08-28

Health v2 · maintenance only

54/100

  • Activity 49
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1641
  • days_rel: n/a
  • days_push: 307
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1032 stars · 82 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python CLI tool that removes certificate pinning from Android APKs so traffic can be intercepted with mitmproxy, without requiring a rooted device. It patches only AndroidManifest.xml to mark the app debuggable, then injects the Frida Gadget via a custom JDWP implementation over ADB.

Use cases

  • remove certificate pinning from an apk
  • intercept https traffic from an android app without root
  • patch an apk to be debuggable and inject frida gadget
  • bypass ssl pinning for mobile app testing
  • unpin xapk split apks and reinstall via adb
  • pull apks from a connected device and unpin them

When to choose

  • you need to MITM an Android app on a non-rooted device
  • you want minimal APK modification (classes.dex untouched)
  • you want a one-command tool with bundled adb/apksigner dependencies
  • you need to handle XAPK split APKs

When to avoid

  • you need an interactive runtime analysis shell (use objection)
  • you cannot run a desktop machine connected during app launch
  • you need to hide from root detection on a rooted setup
  • you need a general-purpose Frida scripting toolkit

Facets

cli-tool · maturity active

reverse-engineering security cli security reverse-engineering android-tools penetration-testing windows cli python android apk certificate-pinning frida mitm mobile-security-testing linux macos

1 source

Member repositories

RepositoryRoleHealth v2
mitmproxy/android-unpinnermain54

For agents

markdown · JSON · MCP: product_card(name="mitmproxy/android-unpinner")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem