Skip to content

lautarovculic/fridaScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frida Scripts for Mobile Hacking

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.

Description

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.

Requirements

  • Frida: A tool for dynamic instrumentation.
  • Python: Used to run some of the automation scripts.

Installation

  1. Clone the repository:

    git clone https://github.com/lautarovculic/fridaScripts.git
    cd fridaScripts
  2. Ensure you have Frida installed on your system. Follow the installation instructions on the Frida website.

  3. (Optional) Create a virtual environment and install any required Python packages:

    python3 -m venv env
    source env/bin/activate
    pip install -r requirements.txt

Usage

Each script is designed for specific use cases. Refer to the individual script documentation for detailed usage instructions.

  1. Start the Frida server on your mobile device:

    adb shell "su -c /data/local/tmp/frida-server &"
  2. Use a script from this repository to attach to a process:

    frida -U -f com.example.app -l script.js --no-pause

READ THE SCRIPT CONTENT, YOU MAY CHANGE THE PACKAGE NAME OF THE APP OR OTHER INFO

Contributing

Feel free to contribute to this repository by submitting a pull request. Please follow the contribution guidelines.

License

This repository is licensed under the MIT License. See the LICENSE file for more information.

Contact

For any inquiries or support, please contact me at lautaro@lautarovculic.com.


Happy hacking!

About

My frida scripts taking by notes, written by me, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published