Metadata-Version: 2.4
Name: apkshadow
Version: 0.1.4
Summary: Android APK automation tool for bug bounty
Author: ISMAILSHADOW
License-Expression: MIT
Project-URL: Homepage, https://github.com/ISMAILGAMAL/apkshadow
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tqdm
Dynamic: license-file

# apkshadow

Android APK automation tool for bug bounty research.  
This initial version supports:
- Listing APKs from a connected device
- Pulling APKs with adb
- Decompiling APKs with jadx
- Basic mapping for attack surface by listing exported components

## Install
Install locally using pip:
```bash
pip install apkshadow
