d0gkiller87 / Frida-libcurlUnpinning

A Frida script to bypass libcurl (NDK) SSL-Pinning protection in Android apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introdution

English | 中文

Bypass libcurl (NDK) SSL-Pinning protection presented in some Android apps.

Pre-requisites

  • Frida access to your mobile device

Usage

Spawn mode

frida -U -f com.example --no-pause -l Frida-libcurlUnpinning.js

U: Connect to remote device f: Spawn specified app --no-pause: Resume main thread after spawning app l: Load & run script

Attach mode (Recommended)

frida -U -F -l Frida-libcurlUnpinning.js

U: Connect to remote device F: Attach to foreground app l: Load & run script

Example

Credits

Q & A

About

A Frida script to bypass libcurl (NDK) SSL-Pinning protection in Android apps.


Languages

Language:JavaScript 100.0%