Apkleaks is an open source script, written in python, that aims to analyze an .apk for hidden urls, perhaps some endpoints or some other kind of threat, such as backdoor or spyware.
Contents
hide
Installation
$ git clone https://github.com/dwisiswant0/apkleaks $ cd apkleaks / $ pip3 install -r requirements.txt
Use
$ python3 apkleaks.py -f ~ / path / to / file.apk
Example
$ python3 apkleaks.py -h usage: apkleaks [-h] -f FILE [-o OUTPUT] [-p PATTERN] optional arguments: -h, --help show this help message and exit -f FILE, --file FILE APK file to scanning -o OUTPUT, --output OUTPUT Write to file results (NULL will be saved into random file) -p PATTERN, --pattern PATTERN Path to custom JSON patterns
You can download the program from here.
