Skip to content

get detailed information about apk files

License

Notifications You must be signed in to change notification settings

anonsharzzk/apkingo

 
 

Repository files navigation

apkingo

apkingo

Software License Go Report Card follow on Twitter

apkingo is a tool written in Go to get detailed information about an apk file. apkingo will explore the given file to get details on the apk, such as package name, target SDK, permissions, metadata, certificate serial and issuer. The tool will also retrieve information about the specified apk from the Play Store and detect if it is malicious using Koodous.

Usage

You can can download apkingo from the Releases section or compile it from the source by downloading the repository, navigating into the apkingo directory and building the project with make apkingo. This will create a folder build, containing the resulting executable.

You can then run apkingo with the following flags:

  • -apk to specify the path to the apk file (required)
  • -json to specify the path of the json file where the results will be exported

Example: apkingo -apk snapseed.apk -json snapseed_analysis.json

Screenshots

apkingo analyzing snapseed:

apkingo

apkingo analyzing F-Droid:

apkingo

apkingo analyzing an android malware:

apkingo apkingo

Non-standard libraries used

About

get detailed information about apk files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.2%
  • Makefile 0.8%