{"id":31353607,"url":"https://github.com/zahidaz/jezail","last_synced_at":"2026-02-26T08:47:56.268Z","repository":{"id":308798817,"uuid":"1034142965","full_name":"zahidaz/jezail","owner":"zahidaz","description":"Powerful Android pentesting toolkit running fully on rooted devices.","archived":false,"fork":false,"pushed_at":"2025-09-03T22:45:28.000Z","size":1196,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-04T00:24:48.036Z","etag":null,"topics":["adb","android","android-application","android-library","apk","frida","pentesting","proxy","reverse-engineering","security-tools"],"latest_commit_sha":null,"homepage":"https://zahidaz.github.io/jezail/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zahidaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-07T23:21:03.000Z","updated_at":"2025-09-03T22:45:32.000Z","dependencies_parsed_at":"2025-08-25T22:27:42.814Z","dependency_job_id":null,"html_url":"https://github.com/zahidaz/jezail","commit_stats":null,"previous_names":["zahidaz/easypentest","zahidaz/jezail"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zahidaz/jezail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahidaz%2Fjezail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahidaz%2Fjezail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahidaz%2Fjezail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahidaz%2Fjezail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zahidaz","download_url":"https://codeload.github.com/zahidaz/jezail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahidaz%2Fjezail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277095798,"owners_count":25760028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adb","android","android-application","android-library","apk","frida","pentesting","proxy","reverse-engineering","security-tools"],"created_at":"2025-09-26T15:00:55.538Z","updated_at":"2025-09-26T15:01:50.353Z","avatar_url":"https://github.com/zahidaz.png","language":"Kotlin","funding_links":[],"categories":["🛡️ Privacy and Security"],"sub_categories":["Security and Pentesting Tools"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cbr\u003e\n  \n  \u003cimg src=\"docs/assets/hero.png\" alt=\"Jezail hero\" width=\"95%\"\u003e\n\n  \u003cbr\u003e\n  \u003cbr\u003e\n\n\u003c!-- ![Release](https://img.shields.io/github/v/release/zahidaz/jezail?style=flat-square) --\u003e\n![License](https://img.shields.io/github/license/zahidaz/jezail?style=flat-square)\n![Platform](https://img.shields.io/badge/platform-Android-green?style=flat-square)\n![Root Required](https://img.shields.io/badge/root-required-red?style=flat-square)\n![Language](https://img.shields.io/github/languages/top/zahidaz/jezail?style=flat-square)\n![Stars](https://img.shields.io/github/stars/zahidaz/jezail?style=social)\n\n\u003c/div\u003e\n\n## What is JEZAIL\n\nJezail is a powerful, **all-in-one Android application** that runs entirely on your rooted device, transforming it into a comprehensive security testing and device management platform. \n\nIt allows you to remotely manage and control your Android device, deploy security tools, and conduct penetration testing through its rich **REST API** or an intuitive **Flutter-based web interface** that comes pre-embedded with the application.\n\nWith deep system access, Jezail operates without external dependencies or complicated setups. The locally served web UI is accessible from any device on your network, providing professional-grade functionality for application management, system control, and security assessments directly from your Android device.\n\n\n----\n\n\n| Document | Description |\n|----------|-------------|\n| [FEATURES.md](./FEATURES.md) | Complete feature list and current capabilities |\n| [ROADMAP.md](./ROADMAP.md) | Development roadmap and planned features |\n| [UI.md](./UI.md) | Web interface documentation |\n| [docs/screenshots/](./docs/screenshots) | UI previews and feature demonstrations |\n\n\n## Installation\n\n### Prerequisites\n\n- **Rooted Android Device**: Full system access required for device management capabilities\n  - Recommended: [Magisk](https://github.com/topjohnwu/Magisk) for modern Android devices\n  - Emulator users: Use [rootAVD](https://gitlab.com/newbit/rootAVD) for rooting\n\n### Quick Install\n\n1. Download the latest APK from [Releases](https://github.com/zahidaz/jezail/releases)\n2. Install with ADB:\n   ```bash\n   adb install -g -r jezail.apk\n   ```\n3. Launch Jezail (auto-starts HTTP server on 8080)\n4. Access the interface:\n   ```\n   http://\u003cdevice-ip\u003e:8080/         # Flutter Web UI\n   http://\u003cdevice-ip\u003e:8080/api/json # Complete API JSON\n   http://\u003cdevice-ip\u003e:8080/api/swagger # API Documentation\n   ```\n\n### Emulator Setup\n\nWhen running on an emulator, forward the port to your host:\n```bash\nadb forward tcp:8080 tcp:8080\n```\nThen access via `http://localhost:8080`\n\n\n## API Reference\n\nJezail provides a complete REST API for programmatic access:\n\n- **Swagger UI**: `http://\u003cdevice-ip\u003e:8080/api/swagger`\n- **JSON Schema**: `http://\u003cdevice-ip\u003e:8080/api/json`\n- **Interactive Documentation**: Available through the web interface\n\n\n## Contributing\n\nWe welcome contributions from the community.\n\n\n## About the Name\n\nJezail is a traditional long-barreled rifle from Afghanistan used mainly in the 19th century. It was handmade and often decorated, featuring a long, heavy barrel that made it very accurate and powerful over long distances. Its unique curved wooden stock allowed fighters to shoot comfortably from different positions, including on horseback.\n\nThe Jezail rifle was key in historic battles because it could hit targets much farther away than typical guns of that time. The Jezail Android Pentesting Toolkit takes its name from this powerful and precise weapon, reflecting its goal to provide strong, accurate, and versatile security tools that run fully on Android devices.\n\n## Disclaimer\n\nJezail is currently under active development and may contain incomplete features or bugs. It is provided \"as is\" without any warranty of any kind, either expressed or implied. Users assume full responsibility for any risks or issues that arise from using the toolkit. Jezail is intended for use by experienced users who understand the risks associated with running powerful tools on rooted Android devices.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzahidaz%2Fjezail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzahidaz%2Fjezail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzahidaz%2Fjezail/lists"}