Giter Club home page Giter Club logo

catfrida's Introduction

CatFrida

CatFrida

CatFrida is a macOS tool for inspecting a running iOS app.

Building with frida-swift, CatFrida provide an awesome easy way to dive into an app.

Download CatFrida.app

Screenshots

Features

  • App basic info
  • List all loaded modules
  • Dumpdecrypt module
  • List module's symbols
  • File explorer (either app bundle or document)
  • Download app files
  • Class dump
  • UI description
  • App Cookies dump
  • Keychain dump
  • UserDefaults dump
  • Capture Alamofire HTTP requests
  • Support load custom script

Usage

  1. A jailbroken iOS device with frida server installed

Check the following link to see how to install frida on jailbroken device?

  1. Connect your jailbroken iOS device with macbook

  2. Run CatFrida.app

Enjoy :)

The application is not code-signed. You can sign it manually.

xcode-select --install
codesign --force --deep --sign - /Applications/CatFrida.app

Build

Currently, CatFrida use frida-core 14.2.3. Since the binary file is too large, the git project doesn't include it. You can install it manually by the following steps:

  1. Click to download frida-core-devkit-14.2.3-macos-x86_64.tar.xz

  2. Extract tar -xvf frida-core-devkit-14.2.3-macos-x86_64.tar.xz

  3. Copy frida-core.h and libfrida-core.a to CatFrida/FridaBridge/CFrida/macos-x86_64/

  4. pod install

  5. Open CatFrida.xcworkspace and build

Scripts

CatFrida load script in CatFrida/Scripts/_agent.js. It was built by project CatFridaAgent. You can modify CatFridaAgent to add your own script.

Some script files are from passionfruit

It also include my own project FridaHookSwiftAlamofire to capture Alamofire HTTP requests.

License

MIT

catfrida's People

Contributors

neil-wu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.