Projects by popularity

Android SSL Pinning

0 | 2K

Uploaded by: @hyugogirubato

Android SSL Pinning is a Frida script powerful tool for bypassing SSL pinning in Android applications. It use the Frida framework to intercept and patch SSL pinning methods, enabling the analysis of encrypted network traffic.

extractkeys

0 | 621

Uploaded by: @zeroinside

A script that will extract/intercept private keys from the Android+OpenSSL based binary by hooking the i2d_PrivateKey and PEM_read_bio_PrivateKey functions.