Skip to content

It automates the Injection of frida gadgets on android application to run frida Server on non rooted Device

Notifications You must be signed in to change notification settings

Shapa7276/Frida-Injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Author Sharanbasu Panegav

"Frida-Injector" It automates the Injection of FRIDA-gadget binary into an Android application , in order to Hook function or bypass SSL Pinning of that application on Non rooted Device

#Usage:- Frida-Injector.py [-h] [-i inputfile] [-m 1 or 2)]

  • Method1:-Injecting into bytecode (Preferred method)
  • Method2:-Injecting as dependency to a native library (JNI)

GitHub Logo #prerequisite :- latest versions of adb ,apktool,USB debugging enabled on device and Configure device with Burp proxy using (https://portswigger.net/support/installing-burp-suites-ca-certificate-in-an-android-device)

What it does

Method1:-Injecting into bytecode

  • Reverse the apk using apktool.
  • Download all the lated frida gadget from (https://github.com/frida/frida/releases/latest)
  • copy aproriate frida-gadget
  • Inject smali to load frida-gadget Library
  • Recompile the application
  • Sign with uber-apk-signer
  • Install the application to connected Device
  • Push the Burp certicate on local temp directory
  • Call frida function to bypass SSL- pinning

Method2:-Injecting as dependency to a native library

  • Reverse the apk using apktool.
  • Download all the lated frida gadget from (https://github.com/frida/frida/releases/latest)
  • List the availble native directory to Inject the frida-agent.so
  • add frida-agent.so as a dependency of native library
  • Recompile the application
  • Sign with uber-apk-signer
  • Install the application to connected Device
  • Push the Burp certicate on local temp directory
  • Call frida function to bypass SSL- pinning

Referene :-

About

It automates the Injection of frida gadgets on android application to run frida Server on non rooted Device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages