From 3b68e82db4c22f16001b0411cdfea2c1e0124eb7 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 6 Sep 2023 20:36:27 +0200 Subject: [PATCH] add android-unpinner (#6357) --- docs/src/content/concepts-certificates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/concepts-certificates.md b/docs/src/content/concepts-certificates.md index f4ba8c343..e65b704aa 100644 --- a/docs/src/content/concepts-certificates.md +++ b/docs/src/content/concepts-certificates.md @@ -109,6 +109,7 @@ exist to accomplish this: which supports certificate pinning bypasses on iOS and Android. - [ssl-kill-switch2](https://github.com/nabla-c0d3/ssl-kill-switch2) is a blackbox tool to disable certificate pinning within iOS and macOS applications. + - [android-unpinner](https://github.com/mitmproxy/android-unpinner) modifies Android APKs to inject Frida and HTTP Toolkit's unpinning scripts. *Please propose other useful tools using the "Edit on GitHub" button on the top right of this page.*