Skip to content

A python script to extract high level and critical informations from AndroidManifest.xml or apk

Notifications You must be signed in to change notification settings

youhaveme9/apkinfo

Repository files navigation

Android Info

Scan apk bundles or AndroidManifest.xml to extract formatted useful information

Get an high level overview of AndroidManifest.xml file of an android apk while reversing the apk such as exported or non-exported activities , package information, permissions, services, etc and the list of potential vulnerabilities

Installation

  • Download and install jadx from here
  • Get your open ai api key from here

Fork the repo

git clone https://github.com/youhaveme9/ctfinfo

Install the dependencies

pip install -r requirements.txt

Usage

Windows

python apkinfo.py --xml <path_to_AndroidManifest.xml>
python apkinfo.py --apk <path_to_target.apk>

Linux/mac

python3 apkinfo.py --xml <path_to_AndroidManifest.xml>
python3 apkinfo.py --apk <path_to_target.apk>

About

A python script to extract high level and critical informations from AndroidManifest.xml or apk

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published