apkleaks

Scan APK files for URIs, endpoints, and secrets

brewmacoslinux
Try with needOr install directly
Source

About

Scanning APK file for URIs, endpoints & secrets

Commands

apkleaks

Examples

Scan an APK file for leaked secrets and endpoints$ apkleaks -f app.apk
Scan APK with JSON output for further processing$ apkleaks -f app.apk -j output.json
Scan APK with custom regex patterns$ apkleaks -f app.apk -p custom_patterns.json