Projects by popularity

no exit please ios

1 | 431

Uploaded by: @dodal-omkar

A universal Frida script to bypass application self-termination at both Objective-C and native levels on iOS. Designed for penetration testing, ethical hacking, reverse engineering, bug bounty and dynamic analysis of iOS applications that intentionally terminate when security checks (jailbreak detection, tampering, instrumentation) are triggered.

IOSSecurity Slayer

1 | 563

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 | 1K

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 | 701

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 | 615

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 | 5K

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.