Skip to content

hexabin/APKStat

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages