Skip to content

diale13/quickFridaConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Quick_Frida_Config

An Android ADB Script for Configuring Certificates and Frida Server || Also known as: FridaGorilla

This script automates the process of configuring certificates and starting the Frida server on an Android device using ADB (Android Debug Bridge). It's designed to streamline the setup process for security testing and debugging purposes on emulators.

Prerequisites

  • ADB (Android Debug Bridge) installed on your computer.
  • A rooted or unlocked Android device connected to your computer via ADB. (Tested on Gennymotion)
  • Frida server on /data/local/tmp/ and BurpCA in /data/misc/user/0/certs-added (Default usr installed certs go there)

Usage

  1. Clone or download this repository to your local machine.
  2. Make the script executable chmod +x genyConfigBurp.sh
  3. Make sure you have both prerequisites installed and change the placeholder versions on script
  4. Launch them while having a coffee and wonder how tedious that could have been to be done manually each time.
  5. After you can use the great script by akabe1 to launch frida frida -U -l ./frida-script.js -f your.package.to.test

Disclaimer

This script is provided as-is, without any warranties or guarantees. If you use it for evil you should feel bad :(

  • The Monada ๐Ÿ™ˆ๐Ÿ™‰๐Ÿ™Š

About

Simple bash script that starts frida on android and adds Burpsuites CA Cert to the system folder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published