httptoolkit / frida-interception-and-unpinning

Frida scripts to directly MitM all HTTPS traffic from a target mobile application
https://httptoolkit.com/android/
GNU Affero General Public License v3.0
905 stars 178 forks source link

Unable to solve recaptcha #16

Closed luk0y closed 2 years ago

luk0y commented 2 years ago

Unable to solve google recaptcha(In app) while connected to the burpsuite. I used Frida with the ssl unpinning script. The error I got is unexpected ssl verification failed at "com.android.org.conscrypt.ActiveSession->checkPeerCertificatesPresent"

Device : Google Pixel 3XL (Android V9.0)

luk0y commented 2 years ago

Update: I used httptoolkit and it worked like charm. May I know why i got ssl errors while using frida and scripts, burp? I am new to this and pls explain the things I made wrong

luk0y commented 2 years ago

Now My understanding that the user certificate is not getting trusted and it’s need to be a system certificate.