Welcome to my repository of Frida scripts for mobile hacking. This repository contains a collection of scripts I use for security testing on mobile applications.
Frida is a powerful tool for dynamic instrumentation of mobile applications. These scripts are designed to help pentesters and security developers audit mobile applications, find vulnerabilities, and better understand application behavior.
-
Clone the repository:
git clone https://github.com/lautarovculic/fridaScripts.git cd fridaScripts
-
Ensure you have Frida installed on your system. Follow the installation instructions on the Frida website.
-
(Optional) Create a virtual environment and install any required Python packages:
python3 -m venv env source env/bin/activate pip install -r requirements.txt
Each script is designed for specific use cases. Refer to the individual script documentation for detailed usage instructions.
-
Start the Frida server on your mobile device:
adb shell "su -c /data/local/tmp/frida-server &"
-
Use a script from this repository to attach to a process:
frida -U -f com.example.app -l script.js --no-pause
Feel free to contribute to this repository by submitting a pull request. Please follow the contribution guidelines.
This repository is licensed under the MIT License. See the LICENSE file for more information.
For any inquiries or support, please contact me at lautaro@lautarovculic.com.
Happy hacking!