Skip to content

thecybersandeep/frida-script-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

FridaScriptGen

It scans an APK’s Smali code for root-detection and SSL-pinning patterns and then automatically creates Frida scripts to bypass these security checks.

License: CC BY-NC-ND 4.0

image

image

Features

  • Analyzes APK for root/SSL detections and creates tailored Frida scripts

Note: This is the lite version of the script.

  • Currently, this is a 𝐥𝐢𝐭𝐞 𝐯𝐞𝐫𝐬𝐢𝐨𝐧 🪶 that supports 83+ root & SSL detection methods.
  • 🔍 Performs Smali pattern checks and generates hooks.
  • Eliminates the need to run and manage multiple scripts manually.
  • 🚫 Does not support highly complex obfuscation or low-level binary checks. Not guaranteed to work for all scenarios
  • 🔧 Under active development and will be improved over time.

Usage

python3 frida-script-gen.py <apk_file> [-o output_name]

Requirements

  • Python 3.X
  • androguard==3.3.5
  • apktool
  • rich

Installation

pip3 install androguard==3.3.5 rich

Example

python3 frida-script-gen.py app.apk
frida -U -f com.example.app -l bypass_script.js

About

Generate Frida bypass scripts for Android APK root and SSL checks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages