Skip to content

OutrageousStorm/frida-scripts-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’‰ Frida Scripts for Android

Drop-in Frida scripts for Android security research. All tested on Android 10–15.

Usage

# Attach to running app
frida -U -n "com.example.app" -l scripts/ssl-bypass.js

# Spawn app with script
frida -U -f com.example.app -l scripts/ssl-bypass.js --no-pause

# Multi-script
frida -U -f com.example.app -l scripts/ssl-bypass.js -l scripts/root-bypass.js --no-pause

Scripts

Script What it does
ssl-bypass.js Bypass all SSL/TLS certificate pinning
root-bypass.js Hide root from detection methods
crypto-hook.js Log all AES/RSA encryption/decryption operations
intent-monitor.js Log all Intents sent/received
api-tracer.js Trace all calls to a class or method
keystore-dump.js Dump Keystore entries and secrets
shared-prefs-monitor.js Watch SharedPreferences reads/writes
http-logger.js Log all HTTP/HTTPS requests and responses

Requirements

pip install frida-tools
# frida-server running on device (rooted)
# https://github.com/frida/frida/releases

About

πŸ’‰ Ready-to-run Frida scripts for Android β€” SSL bypass, root bypass, crypto hooks, API tracing, intent monitor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages