Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Adhrit — Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks. | Kitploit
Tools/GitHubGitHub/abhi-r3v0/adhrit
Android SecurityStatic AnalysisVulnerability AnalysisCode AnalysisReverse EngineeringPenetration TestingMobile SecuritySecret DetectionBinary AnalysisArchived
GitHubabhi-r3v0/adhrit

Adhrit

Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.

5431203 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View RepositoryWebsite

Logo

INDIA Open Source Love made-with-python saythanks pep8 version Hits

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 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, 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:

1

2

3

4

5


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

root@kitploit:~
docker-compose up

Then visit http://127.0.0.1:4200


Presentations / Conferences:

  • OWASP Seasides

  • Cysinfo Cyber Security Meetup


Usage:

python3 run.py

This will automatically launch the Web interface where the APK can be uploaded and the report will be generated.

If the UI didn't launch by itself, navigate to http://localhost:4200/


Process

1


Team:

Project Lead:

  • Abhishek J M ([email protected], @HawkSpawn)

Core Team:

  • Rahul Sani ([email protected], @rahulsani99)
  • P S Narayanan ([email protected], @0xP5N_)
  • Akhil Mahendra ([email protected], @Akhil_Mahendra)

Lead Contributors:

  • Sooraj Soman ([email protected] Sooraj)
  • Heeraj Nair ([email protected], @heerajnair)

Logo:

  • Vaisakh ([email protected], @vaisakhjnr) (new)
  • Loyd Jayme ([email protected], @loydjayme25)

Awesome tools:

  • apktool
  • jd-cli
  • Enjarify
  • Ghera
  • Smalisca

Download Tool