# Adhrit **Repository Path**: mirrors/Adhrit ## Basic Information - **Project Name**: Adhrit - **Description**: Adhrit 是一个开源的 Android APK 逆向和分析套件,可提取 APK 文件中的重要信息,并使用 Ghera 基准来识别 Android 应用程序中可能存在的漏洞 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/adhrit - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-06-19 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README   [](https://www.github.com/abhi-r3v0/Adhrit) [](https://www.blackhat.com/asia-20/arsenal/schedule/#adhrit-android-security-suite-18907) [](http://web.archive.org/web/20191206083012/https://www.owaspseasides.com/v/2019/tools-showcase/day-2-28-feb-2019) [](https://www.threatcon.io/) [](https://cysinfo.com/12th-meetup-analysis-android-apk-using-adhrit/) [](https://www.python.org/) [](https://saythanks.io/to/abhi-r3v0)    Adhrit is an open source Android APK reversing and analysis suite. The tool is an effort to find an efficient solution to all the needs of mobile security testing and automation. Adhrit has been built with a focus on flexibility and mudularization. Adhrit currently uses the [Ghera](https://bitbucket.org/secure-it-i/android-app-vulnerability-benchmarks/src/master/) benchmarks to identify vulnerability patterns in Android applications. The project is subject to continuous updations and will incorporate the latest available methodologies and tools. Adhrit has been presented at conferences like [OWASP Seasides](https://www.owaspseasides.com/v/2019/tools-showcase/day-2-28-feb-2019), ThreatCon and Cysinfo. Feature requests and bug reports are always welcome! --- ### Features: * #### Manifest Analysis * Package name, debug and backup status * Exported components (activities, services, providers and receivers) * Deeplinks * Implicit intent filters * Critical permissions * #### Bytecode Analysis * **Usage Analysis** * SQLite DBs * SharedPreferences * **Vulnerability Analysis** * ICC * Web Issues * Storage Issues * Networking * Crypto Issues * #### Secrets Analysis * URLs * API tokens * Strings from native libraries ### Screenshots:      --- ### Pre-requisites: * Linux or MAC * Python3 * Java JDK --- ### Quick Setup 1. Dowload the zip or clone the package and extract the tool ( ```git clone https://github.com/abhi-r3v0/Adhrit.git``` ). 2. Run ```python3 run.py``` The script automatically identifies if you're running Adhrit for the first time and will install all the dependencies & libraries required by the tool. ### Docker ``` docker-compose up ``` Then visit [http://127.0.0.1:4200](http://127.0.0.1:4200) --- ### Presentations / Conferences: * ##### [OWASP Seasides](Docs/files/ADHRIT_OWASP.pdf)