Orkestra
Web-based Android debugger with inspection capabilities using Frida and Jadx as a backbone
Install / Use
/learn @BitTheByte/OrkestraREADME
Orkestra
<p align="center"> <a href="https://twitter.com/BitTheByte"> <img src="https://i.ibb.co/Kjr2zHn/logo-black.png"> </a> <h3 align="center">The Android Inspection Framework</h3> </p>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
<img src="https://i.ibb.co/G5BdSQm/main.png">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
