Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with Peacock #124

Open
besweeet opened this issue Jan 11, 2023 · 3 comments
Open

Does not work with Peacock #124

besweeet opened this issue Jan 11, 2023 · 3 comments

Comments

@besweeet
Copy link

Google Play link: https://play.google.com/store/apps/details?id=com.peacocktv.peacockandroid

My goal is to use Fiddler's HTTPS proxy to monitor traffic from my Android phone.

Technically, apk-mitm patched the APK (via APKPure) successfully, but Fiddler still says "The server requests a client certificate" so either the app is good at detecting cert changes or the patching process didn't actually work.

@yoshimo
Copy link

yoshimo commented Feb 12, 2023

Client Certificate is another step in the authentication process. You need the cert instead of an username&password.
It is not the same as the server certificate that you need to add trust for.

@besweeet
Copy link
Author

Client Certificate is another step in the authentication process. You need the cert instead of an username&password. It is not the same as the server certificate that you need to add trust for.

Is a rooted device required to export the client cert to then import into Fiddler? If so, that's where this journey ends for me.

@yoshimo
Copy link

yoshimo commented Feb 12, 2023

Could also be a static one, embedded somewhere in the apk. One has to dig through the file and find what they do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants