SSL Pinning Bypass
Requirements:
1 . Python on windows (Or from windows store): https://www.codingforentrepreneurs.com/guides/install-python-on-windows/
2 . Install objection:

Start frida-server : Download from release page (Make sure its server):
Extract .xz Copy to /tmp : adb root -s <emunator id> cd sdcard/Download/ cp frida-server-15.1.17-android-x86_64 /data/local/tmp/
Start Server: chmod 755 frida-server-15.1.17-android-x86_64 ./frida-server-15.1.17-android-x86_64 & 2. Enumerate package to ssl bypass: adb shell pm list packages | Select-String 'chat' >package:jp.e*****o.cha****oid


3. Connect objection and bypass: objection -g jp.e*****o.cha****oid explore -q android sslpinning disable

4. Install burp certificate:
Save cerificate as .cer



Last updated
Was this helpful?
