Introduce two App sensitive information collection tools

Introduce two App sensitive information collection tools

1.APKLeaks

APKLeaks is an apk file sensitive information scanning tool, it scans apk to obtain URI, endpoint and secret information

insert image description here

Install:

pip install apkleaks

insert image description here

Basic usage method:

It is very simple to use, just execute the following command:

apkleaks -f file.apk  

If you have not installed the decompilation tool jadx, you will be prompted to install it, just enter Y:

insert image description here

All command options:

-f, 

Guess you like

Origin blog.csdn.net/Gherbirthday0916/article/details/130225416