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.
- 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)
- Clone or download this repository to your local machine.
- Make the script executable
chmod +x genyConfigBurp.sh
- Make sure you have both prerequisites installed and change the placeholder versions on script
- Launch them while having a coffee and wonder how tedious that could have been to be done manually each time.
- After you can use the great script by akabe1 to launch frida
frida -U -l ./frida-script.js -f your.package.to.test
This script is provided as-is, without any warranties or guarantees. If you use it for evil you should feel bad :(
- The Monada ๐๐๐