android-app-security
thx, the community share the tips. Let’s make the world more safe.
tips
search the url scheme
- apktool d target.apk
- grep -rnF “deeplinkschema://“ ./target
- Examine all deeplinks for insecure implementations
set up root enviroment
install magisk(not recommend using the Huawei,Samsung,Vivo,OPPO,Xiaomi),the google Nexus will be the best choice for app test.
install the Move Certificates plugin to capture the network flow.
Reason:
- some apps must install Google play framework to open
- Nexus unlock the phone is quite easy,install magisk must install the TWRP
frida
disable ssl pinning
https://github.com/frida/frida/releases
download the frida-server
1 | //install the frida-tools |