All Projects → CameraKit → apk-inspector

CameraKit / apk-inspector

Licence: MIT license
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

APK Inspector Header

Find permissions and dependencies used by an Android application.

Installation

This project currently depends on APKTool. APKTool is an open source library that allows disassembly of APKs.

Follow the installation instructions on their website.

Install the other project dependencies with yarn.

Usage

Install the script globally with npm install -g and then run with the command with apki.

Otherwise run the script from the project directory with the command node index.js.

Options

apki [option] <parameter>

option alias parameters description
--local-source -l string: path_to_apk path to local APK
--remote-source -r string: URL URL of remote source
--output-type -o [json], [text], [both] output file type
--console-output -c none print output to console
--specify-permission -x string: permission_name console log if permisison is found
--specify-dependency -y string: package_name console log if dependency is found
--permissions-only -p none only output permissions
--dependencies-only -d none only output dependencies
--version -v none Show version number
--help -h none Show help

Examples

  apki -r https://pathtoapk.io -x camera
  apki -l ./Downloads/myapk.apk -d
  node index.js

License

APK Inspector is under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].