Translate

Bypass SSL Pinning in Android Phones [Root Needed]

 Bypass SSL Pinning in Android Phones [Root Needed]






frida scripts
https://github.com/riyadmondol2006/SSL-Root-Frida-bypass

1.Start the tool you want to use in my case im using httpcanary you can also use httptoolkit or netkeeper

2.Frida must be installed on your device in my case im using frida inject but you can ue frida server as well 
3.Open shell and type
su
cd /data/local/tmp
./frida -f app.packagename -s script.js
for frdia server it will be 
frida -U -f app.packagename -l script.js


4.Now the app will be opened and the capture will be start




PS-If the app has a  protection like pairipcore or frida checks you need to bypass those first then you may capture ssl 

Comments