Android Root Detection/ SSL Pinning Bypass

Step 1> Install Firda Tools

pip install frida-tools

Step 2>Download Frida servers according to Frida version

https://github.com/frida/frida/releases/

Download the file containing the name android with supported architecture.

Step 3> Unzip the Frida server file and change its name to Frida-server.

unxz frida_file_name

Step 4>Push that file to android

adb push frida-server /data/local/tmp

Step 5> Change permission of file

adb shell chmod 755 /data/local/tmp/frida-server

Step 6>Run Frida server on Android

adb shell /data/local/tmp/frida-server &

Step 7> Download js code for root detection and save it as fridantiroot.js / sslpinning.js

https://codeshare.frida.re/@dzonerzy/fridantiroot/

https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida/

Step 8> Run the final command to bypass root detection.

frida -U -f? applciation_package_name -l fridantiroot.js
Vishal Sanap

Senior Security Consultant @ GTB | CEH | Penetration Tester

1 年

Thanks for sharing your knowledge, This is very Helpful ??????

要查看或添加评论,请登录

社区洞察

其他会员也浏览了