An open API service indexing awesome lists of open source software.

https://github.com/youhaveme9/apkinfo

A python script to extract high level and critical informations from AndroidManifest.xml or apk
https://github.com/youhaveme9/apkinfo

android decompiler reverse-engineering security

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/skylot/jadx?tab=readme-ov-file#download)
- Get your open ai api key from [here](https://platform.openai.com/)

#### Fork the repo
```bash
git clone https://github.com/youhaveme9/ctfinfo
```
#### Install the dependencies
```bash
pip install -r requirements.txt
```

## Usage

#### Windows

```bash
python apkinfo.py --xml
python apkinfo.py --apk
```
#### Linux/mac

```bash
python3 apkinfo.py --xml
python3 apkinfo.py --apk
```