Android Root Detection/ SSL Pinning Bypass
Nishant pawar
Cyber Security Specialist | Application Security Expert | EC-Council CEH Master | EJPT Certified | INE Certified Cloud Associate | Mobile Penetration tester| API | VAPT | Java Developer | CTF
Step 1> Install Firda Tools
pip install frida-tools
Step 2>Download Frida servers according to Frida version
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
Step 8> Run the final command to bypass root detection.
frida -U -f? applciation_package_name -l fridantiroot.js
Senior Security Consultant @ GTB | CEH | Penetration Tester
1 年Thanks for sharing your knowledge, This is very Helpful ??????