调用apkleaks批量跑apk文件,获取敏感信息
配合apkleaks进行使用
-a string
Specify the path where the calling file is located -- 指定apkleaks.py所在路径
-o string
The path where result save (default "result.txt") -- 指定结果存储路径
-p string
The folder where apk file save -- 指定apk文件所在文件夹
Windows运行效果
apk_look.exe -p C:\Users\19244\Desktop\huawei_apk -a C:\Users\19244\Desktop\apk\apkleaks-master\apkleaks-master\apkleaks.py -o result.txt
Linux运行效果
./apk -a /root/apk/apkleaks/apkleaks.py -p /root/apk/apkleaks/apks/huawei_apk -o result.txt