Skip to content

Commit 8f30b89

Browse files
authored
Merge pull request #1906 from HackTricks-wiki/update_Jezail__Rooted_Android_Pentesting_Toolkit_exposing_20260217_185901
Jezail Rooted Android Pentesting Toolkit exposing a REST API...
2 parents f2716d4 + 3fa05cd commit 8f30b89

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • src/mobile-pentesting/android-app-pentesting

src/mobile-pentesting/android-app-pentesting/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ java -jar ../APKEditor.jar m -i splits/ -o merged.apk
5757
java -jar uber-apk-signer.jar -a merged.apk --allowResign -o merged_signed
5858
```
5959

60+
## Jezail rooted Android pentesting toolkit (REST API + web UI)
61+
62+
- Runs on a **rooted device** (Magisk/rootAVD) and starts an **HTTP server on tcp/8080** with a **Flutter web UI** and **REST API**.
63+
- Install the release APK with perms: `adb install -g -r jezail.apk`, then launch the app (server auto-starts).
64+
- Endpoints: `http://<device-ip>:8080/` (UI), `http://<device-ip>:8080/api/json` (API listing), `http://<device-ip>:8080/api/swagger` (Swagger).
65+
- Emulator port-forward to reach UI/API from the host: `adb forward tcp:8080 tcp:8080` then browse `http://localhost:8080`.
66+
6067
## Android Enterprise & Work Profile Attacks
6168

6269
{{#ref}}
@@ -892,5 +899,6 @@ AndroL4b is an Android security virtual machine based on ubuntu-mate includes th
892899
- [smali-sslpin-patterns](https://github.com/aancw/smali-sslpin-patterns)
893900
- [Build a Repeatable Android Bug Bounty Lab: Emulator vs Magisk, Burp, Frida, and Medusa](https://www.yeswehack.com/learn-bug-bounty/android-lab-mobile-hacking-tools)
894901
- [CoRPhone — Android in-memory JNI execution and packaging pipeline](https://github.com/0xdevil/corphone)
902+
- [Jezail rooted Android pentesting toolkit (REST API + Flutter UI)](https://github.com/zahidaz/jezail)
895903

896904
{{#include ../../banners/hacktricks-training.md}}

0 commit comments

Comments
 (0)