Google and facebook signed up cancelled, why?? #37
ShankarSubedi
started this conversation in
General
Replies: 1 comment 1 reply
-
ok when you regularly click sign up or sign in (without the proxy) where does it tke you? because if it takes you to the browser, you may need to import the mitm cetificates in the browser as well. or i advise you to already log in before hand regularly and then start the ssl bypass |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using mitm proxy to capture and analyze every request and response for study purposes. I am experimenting with McDonald's android app.
Basically I want to explore firebase APIs used for account creation, deletion and modification.
To bypass SSL pinning, I used android-unpinner which modifies Android APKs to inject Frida and HTTP Toolkit’s unpinning scripts as suggested in mitmproxy documentation.
link to documentation https://docs.mitmproxy.org/stable/concepts-certificates/
Way to use android-unpinner https://github.com/mitmproxy/android-unpinner
I can capture all requests except when I try to sign up with google/facebook. It displays as google signin is cancelled or facebook signin cancelled.
Why is this happening and what is the solution for this?
Beta Was this translation helpful? Give feedback.
All reactions