Home /Claude Skills /frida-android-scripts
Recommended

Frida Android Scripts

Make Android apps reveal all their secrets
The Swiss Army knife for security researchers
Core Principle:
A set of Frida scripts designed for Android security research and runtime instrumentation. It helps you intercept crypto keys and spoof GPS locations, giving you X-ray vision into your Android apps.
KEY FEATURES
01Key Interception
Capture AES/HMAC keys and IVs in real-time
02Location Spoofing
Fake GPS coordinates to bypass location checks
03Traffic Monitoring
Sniff authentication headers from OkHttp/HttpURLConnection
04Storage Inspection
Read sensitive tokens from SharedPreferences
github.com/yfe404/frida-android-scripts
data-ai·yfe404·2026-01-29·1·🔱 2
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/yfe404/frida-android-scripts.git
SSH
git clone [email protected]:yfe404/frida-android-scripts.git
GitHub CLI
gh repo clone yfe404/frida-android-scripts
FAQ
Q: What are the installation steps for Frida Android Scripts Agent Skills?
1.Setup: Install Frida and start frida-server
2.Choose Script: Select key interception or location spoofing script
3.Inject: Connect device via USB and inject target app
4.Monitor: Trigger target functionality to see real-time output
Q: What are the highlights of Frida Android Scripts Agent Skills?
  • No decompilation needed
  • Modify memory in real-time
  • Supports major crypto libraries
  • Customizable interception rules
Q: What are the use cases for Frida Android Scripts Agent Skills?
  • Quickly validate crypto implementations during audits
  • Test location-based features
  • Analyze authentication flows
  • Evaluate data storage security
Q: What are the limitations of Frida Android Scripts Agent Skills?
  • Requires root access
  • Some apps have anti-Frida detection