Orkestra icon indicating copy to clipboard operation
Orkestra copied to clipboard

Web-based Android debugger with inspection capabilities using Frida and Jadx as a backbone

Orkestra

The Android Inspection Framework

Get Started

Make sure you have:

  • Python >= 3.7
  • Rooted Android Emulator

Then install Orkestra using the following commands

$ git clone https://github.com/BitTheByte/Orkestra && cd Orkestra
$ pip install -r requirements.txt

Start your avd then you're good to go

$ python main.py

if everything goes will you will be able to access the main interface on http://127.0.0.1:7001

Showcase: https://streamable.com/w6pjik

Security

This project is still in alpha phase please be careful when deploying it on a public network, it may contain some dangerous vulnerabilities. this issue will be revisited after the end of alpha phase

Open Source

This project include code from

  • https://github.com/frida/frida
  • https://github.com/skylot/jadx
  • https://github.com/twbs/bootstrap
  • https://github.com/jquery/jquery
  • https://github.com/vakata/jstree
  • https://github.com/highlightjs/highlight.js