Jezail is an all-in-one Android application that runs entirely on your rooted device. It exposes a rich REST API and serves an embedded web interface, accessible from any browser on your network, giving you remote control over device management, system internals, and security tooling without any external dependencies.
|
|
|
|
adb install -g -r jezail.apkLaunch the app. The HTTP server starts automatically on port 8080.
| Endpoint | Description |
|---|---|
http://<device-ip>:8080/ |
Web UI |
http://<device-ip>:8080/terminal |
Web Terminal |
http://<device-ip>:8080/mirror |
Screen Mirror |
http://<device-ip>:8080/refrida/ |
Refrida IDE |
http://<device-ip>:8080/api/swagger |
Swagger Docs |
http://<device-ip>:8080/api/json |
OpenAPI JSON |
Tip
Running on an emulator? Forward the port first: adb forward tcp:8080 tcp:8080 then use localhost:8080
Jezail exposes a complete REST API with OpenAPI documentation. Every feature available in the web UI is accessible programmatically.
curl http://<device-ip>:8080/api/device
curl http://<device-ip>:8080/api/device/screenshot -o screen.png
curl http://<device-ip>:8080/api/packages
curl http://<device-ip>:8080/api/fridaFull interactive documentation at /api/swagger.
Contributions are welcome. Open an issue or submit a pull request.
The Jezail (جزایل) is a handcrafted long-barreled rifle from Afghanistan, renowned in 19th-century warfare for its exceptional range and precision. Its distinctive curved stock allowed marksmen to fire accurately from any position, whether standing, kneeling, or mounted on horseback. In battle, it consistently outranged contemporary military firearms, giving its wielders a decisive tactical advantage.
This toolkit carries the same philosophy: precise, powerful, and effective at a distance, delivering deep system-level control to your Android device from anywhere on the network.
Warning
Jezail is under active development and provided as-is without warranty. It is intended for authorized security testing and educational purposes only. Users assume full responsibility for how they use this toolkit.
MIT License - Copyright (c) 2025 Xahid








