hexabin / APKStat

Automated Information Retrieval From APKs For Initial Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APKStat

Save time during your initial analysis of an Android APK file. APK Stat will grab most of the information you need in your initial assessment right away and output the information in an easy to read set of text files.

APK Stat - Automated Information Retrieval From APKs For Initial Analysis

APK Stat will use APK Tool to decompress and decode your APK file. APK Stat Will:

  • Breaks Permissions, Activities, Activity Aliases, Services, Providers and Receivers Into Easily Readable Groups
  • Scours All Files After Decoding For Hardcoded IP Addresses and Domain Names
  • Single Out The Launcher Activity
  • Automatically Creates a Strings.txt file

Download Instructions:

Linux: ``` git clone https://github.com/hexabin/APKStat cd APKStat wget "https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool" -O /usr/local/bin/apktool wget "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.4.jar" -O /usr/local/bin/apktool.jar chmod 777 /usr/local/bin/apktool ``` Place your Analysis APK file in the APKStat directory before running

USAGE: python apkstat.py yourapkfile.apk

Dependancy: APKTool - https://ibotpeaches.github.io/Apktool/

About

Automated Information Retrieval From APKs For Initial Analysis


Languages

Language:Python 100.0%