Git Product home page Git Product logo

passionfruit's Introduction

Passionfruit

Simple iOS app blackbox assessment tool. Powered by frida.re and vuejs.

Features

  • Fully web based GUI!
  • Only supports jailbroken device now. Non-jailbroken solution is on the way.
  • List all url schemes.
  • Screenshot.
  • List human readable app meta info (Info.plist).
  • Checksec: see if target app is encrypted, and has enabled PIE, ARC and stack canary.
  • App sandbox file browser. Directly preview images, SQLite databases and plist files on device. You can always download the file for further investigation.
  • Check the loaded frameworks. Hook exported native functions from these dylib to print the arguments and stack trace.
  • Log SQLite operations.
  • Log and try to bypass jailbreak detection.
  • List Objective-C classes from app, hook the methods and inspect the arguments and stack trace.
  • Read keychain items.
  • Read cookies.
  • Read UserDefaults.
  • Simple ui dump.

Screenshots

General

Checksec, url schemes and metainfo.

Finder

File browser with hex viewer, image viewer, plist viewer and SQlite database reader.

Modules

Loaded frameworks and their exported symbols.

Classes

Methods

Objective C classes and methods.

Console

Intercepted calls, arguments and stack trace.

UIDump

Dump ui description of the key window.

keychain

KeyChain reader.

Setup

Requirements:

  • Latest node.js and yarn (or npm if you prefer) to run the api server and web gui
  • theos for building the tweak component
  • libimobiledevice brew install libimobiledevice on macOS
  • Any desktop browser you like

Building agent tweak

Make sure you have theos installed, see theos installation

cd agent
make package

Deploy generated .deb to your jailbroken iOS device.

Starting the gui

This is the easiest way to start if you don't want to modify the project.

  • Open the terminal and cd into the project directory.
  • If it is the first time you cloned this project, you need to install npm dependencies and build the frontend. Run npm install or yarn for the node.js requirements on the first time. Then npm run build (or yarn run build) to build the bundle.
  • Then use npm start or yarn start
  • Open http://localhost:31337 in your browser. If the port 31337 is in use, set environment variable PORT to use an alternative port: PORT=12345 npm start

Development (optional)

For those who wants to contribute, you may probably need to restart the api server and reload webpage each time you make a change. The following steps enable livereload.

API server

yarn
npm run dev

Webpack server

cd gui
yarn
npm run dev

Now open localhost:8080 in browser.

LICENCE

MIT

passionfruit's People

Contributors

chichou avatar whtsky avatar

Watchers

James Cloos avatar  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.