Frida Scripts Collection

Browse 101 Frida scripts for iOS and Android reverse engineering, security research, and mobile app analysis.

Showing 41-60 of 101 scripts
Search results for: "android" Clear search

tracesslexceptions

0 likes 4 views

A PoC Frida script for tracing the android SSL exception constructors. Helps a lot with searching the code tree for the certificate pinning functions and exception sources.

View Script

JailMonkey-bypass

0 likes 4 views

This script dynamically instruments Android applications using Frida to bypass multiple security layers, including root detection, emulator detection, ADB/debugger checks, and JailMonkey anti-tamperi...

View Script

AndroidTLSKeylogger

0 likes 4 views

This project hooks common SSL libraries on Android to intercept TLS functions. By attaching to the SSL_CTX_new function and installing the SSL_CTX_set_keylog_callback on exit, it prints SSL/TLS sessio...

View Script

extractcerts

0 likes 4 views

A script that will extract/intercept certificates from the Android+OpenSSL based binary by hooking the i2d_X509 function to retrieve it's DER content.

View Script

screenshot-protection

0 likes 4 views

Frida script to bypass Android’s FLAG_SECURE protection, allowing screenshots and screen recording in apps that normally block them. #Android, #Frida, #FLAG_SECURE, #screenshot, #screen_recording, #by...

View Script

OneRule by h4rithd

0 likes 4 views

This script dynamically instruments Android applications using Frida to bypass all security checks, root detection, debugger detection, ssl pinning, and alter network information. | by h4rithd.com

View Script