Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwen001/apk-analyzer
Analyze an APK archive.
https://github.com/gwen001/apk-analyzer
android apk bugbounty code-analysis mobile mobile-app pentesting python security-tools
Last synced: 6 days ago
JSON representation
Analyze an APK archive.
- Host: GitHub
- URL: https://github.com/gwen001/apk-analyzer
- Owner: gwen001
- License: mit
- Created: 2022-11-08T22:22:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T15:35:43.000Z (9 months ago)
- Last Synced: 2024-05-01T15:57:50.712Z (7 months ago)
- Topics: android, apk, bugbounty, code-analysis, mobile, mobile-app, pentesting, python, security-tools
- Language: Python
- Homepage:
- Size: 3.44 MB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
apk-analyzer
Analyze an extracted APK archive and generate a HTML report.
---
## Install
```
git clone https://github.com/gwen001/apk-analyzer
cd apk-analyzer
pip3 install -r requirements.txt
```## Usage
```
$ python3 apk-analyzer.py -h
usage: apk-analyzer.py [-h] [-d DIRECTORY] [-t TERM] [-c] [-m MOD]options:
-h, --help show this help message and exit
-d DIRECTORY, --directory DIRECTORY
source directory
-t TERM, --term TERM term referencing the editor
-c, --command display commands to run
-m MOD, --mod MOD mod to run
```---
apk-downloader
Mass download APKs from a given list.
---
## Install
```
git clone https://github.com/gwen001/apk-analyzer
cd apk-analyzer
pip3 install -r requirements.txt
```## Usage
```
$ python3 apk-downloader.py
```---
---
Feel free to [open an issue](/../../issues/) if you have any problem with the script.