安装方式
下载安装
$ git clone https://github.com/dwisiswant0/apkleaks
$ cd apkleaks/
$ pip3 install -r requirements.txtDocker安装
$ docker pull dwisiswant0/apkleaks:latest
使用方法
$ apkleaks -f /home/file.apk
# python
$ python3 apkleaks.py -f ~/path/to/file.apk
#Docker
$ docker run -it --rm -v /tmp:/tmp dwisiswant0/apkleaks:latest -f /tmp/file.apk
参数 | 描述 | 例子 |
-f, --file | 要扫描的APK文件 | apkleaks -f file.apk |
-o, --output | 导出文件结果 | apkleaks -f file.apk -o results.txt |
-p, --pattern | 自定义模式 JSON 的路径 | apkleaks -f file.apk -p custom-rules.json |
-a, --args | 反汇编程序参数 | apkleaks -f file.apk --args="--deobf --log-level DEBUG" |
--json | 另存为JSON格式 | apkleaks -f file.apk -o results.json --json |
依赖库
https://github.com/skylot/jadx
#Windows上双击BAT文件运行
关注公众号,回复关键词 ' apk '获取