ac-pm / Inspeckage

Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)
Apache License 2.0
2.78k stars 514 forks source link

SSL Unpinning not working with WebView requests #93

Open ravillarreal opened 4 years ago

ravillarreal commented 4 years ago

I'm trying to see the all the requests from an android application using SSL Unpinning. Every request works fine until the app does an email verification opening a webview page. When this occurs, the requests simply does not work and keeps retrying.

But when i deactivate the ssl unpinning for the application and relaunch the app. The webview requests works perfectly. But i'm unable to intercept the other requests that have ssl pinning.

I've tried SSL Unpinning Xposed module alone (not with inspeckage) and the behavior is the same.

Any ideas?

I'm using a Samsung Galaxy S6 to make the tests.

overjt commented 4 years ago

This project is abandoned, in my repository I will be fixing the bugs that I can

94

mastercho commented 4 years ago

This project is abandoned, in my repository I will be fixing the bugs that I can

94

How to compile it from ur repo?

KaMyKaSii commented 3 years ago

This project is abandoned, in my repository I will be fixing the bugs that I can

94

Can you please upload a apk with your changes? Thank you!