Skip to content

调用apkleaks批量跑apk文件,获取敏感信息

Notifications You must be signed in to change notification settings

banjie123/apk_look

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

apk_look 安卓测试

调用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

image image

Linux运行效果

./apk -a /root/apk/apkleaks/apkleaks.py -p /root/apk/apkleaks/apks/huawei_apk -o result.txt

image image

apk下载链接 https://github.com/dwisiswant0/apkleaks

About

调用apkleaks批量跑apk文件,获取敏感信息

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages