appknox / AFE

Android Framework for Exploitation, is a framework for exploiting android based devices
GNU General Public License v3.0
186 stars 77 forks source link

App Extending WebViewClient #15

Open subho007 opened 7 years ago

subho007 commented 7 years ago

The default handling of WebViewClient should handle the onReceivedSSLError properly, which might break certificate validation

1:None
 - WebViewClient extended in com.facebook.internal.WebDialog$DialogWebViewClient Naive SSL error handling implemented

2:None
 - WebViewClient extended in com.flipkart.android.fragments.WebViewFragment$b Naive SSL error handling implemented