Skip to content
forked from abhi-r3v0/Adhrit

Adhrit is an open source Android APK ripping tool that does a basic recon on the provided APK file and extracts important imformation including the source code.

Notifications You must be signed in to change notification settings

Primekun/Adhrit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADHRIT

Adhrit is an open source Android APK ripping tool that does a basic recon on the provided APK file. Built mainly with CTFs on focus.

Uses :

  1. Extracts the apk contents.
  2. Disassembles native libraries
  3. Extracts jar out of dex.
  4. Extracts source code in Java.
  5. Extracts source code in Smali.
  6. Analyzes permissions used by the application.
  7. Dumps the Manifest.
  8. Dumps the certificate details.
  9. Checks for malware footprints in VirusTotal database.

Pre-requisites :

  1. Linux Machine or MAC
  2. Java JDK

Usage :

  1. Dowload the zip or clone the package and extract the tool ( git clone https://github.com/abhi-r3v0/Adhrit.git ).
  2. Place the application in the tool directory.
  3. Open a terminal and cd into the directory.
  4. Run python Installer.py for installing the necessary tools.
  5. Finally, run python adhrit.py -a your_app.apk

Screenshots :

alt text

alt text

alt text

alt text

About

Adhrit is an open source Android APK ripping tool that does a basic recon on the provided APK file and extracts important imformation including the source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%