Projects by popularity

IOSSecurity Slayer

1 | 171

Uploaded by: @dodal-omkar

A hardened Frida script to bypass IOSSecurity framework protections in iOS applications by intercepting runtime security checks at their decision points.

tiktok-ssl-pinning-bypass

1 | 621

Uploaded by: @0xSHAK1B

TikTok Android SSL/TLS pinning bypass — defeats native certificate verification and Java-layer trust managers. Works on com.zhiliaoapp.musically. For authorized security research and reverse engineering only.

Unified Android Tapjacking and Input Discovery

1 | 285

Uploaded by: @selimwdev

The script hooks into the onTextChanged method of android.widget.TextView. It dynamically identifies the view class and queries the Android system to see if the view is protected against obscured touches (overlays). If the protection is disabled (false), it flags the view as vulnerable to Tapjacking.

SSLSlayerv3

1 | 238

Uploaded by: @dodal-omkar

A Frida-based script to bypass SSL pinning in Android applications during security assessments. Built to handle real-world implementations across framework, library, and custom trust validation layers.

Android Multiple Pinning Bypass

1 | 4K

Uploaded by: @vichhka-git

This comprehensive Frida script bypasses over 30 different SSL pinning implementations, ranging from standard Java/Kotlin libraries (OkHttp, TrustKit) to native Flutter certificate verification. It works by forcing a "trust-all" state across nearly all modern Android networking stacks to allow seamless HTTPS traffic interception.

Disable Watchdog Timer

1 | 347

Uploaded by: @sdcampbell

Use this script when you notice that your Frida script crashes the iOS app process after 10 seconds. It will disable the iOS watchdog to allow your Frida script to continue loading. Use "SpringBoard" as your Frida target.

IOSSecuritySuite Bypass

1 | 879

Uploaded by: @patarisac

Frida script that disables IOSSecuritySuite protections. Hooks Swift checks like jailbreak, debugger, emulator, proxy, and reverse-engineering detection, forcing safe results.