sereneblue / frida-omni

A minimal web app to analyze Android applications with Frida

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frida-omni

frida-omni version Apache 2.0 License

A minimal web app to analyze Android applications with Frida.

image

How to use

Download a copy of frida-omni from the releases page and extract to a directory. Start your device/emulator along with frida-server and connect to your computer via USB/network.

Start frida-omni

$ python omni.py

Navigate to localhost:8085, select device and app. Click start button to launch app with frida-server attached.

Features

View info for the following:

  • Package Info
  • Shared Preferences
  • Crypto
  • Hash
  • HTTP
  • SQLite
  • File System

Download log data as SQLite database

Logged data is stored in an in memory SQLite database. Download a copy of data for later use by clicking the download button.

Search and filter logs

Search and filter log data for crypto, hash, HTTP, SQLite, and file system logs.

Notes

This is beta software. Some apps crash after starting from frida-omni.

Pull requests are welcome.

About

A minimal web app to analyze Android applications with Frida

License:Apache License 2.0


Languages

Language:Python 75.6%Language:JavaScript 11.9%Language:Svelte 11.0%Language:TypeScript 1.3%Language:HTML 0.1%Language:CSS 0.0%