Android | Web View & Android Debuggable

Web View


Web View is used to render HTML codes in the Android view application.

A WebView is a component in Android that lets you display web pages inside an app.

Think of it like:

A mini browser embedded inside your Android app.


SetJavaScriptEnabled("True")  ==> Vulnerable for XSS Attack.


Android Debuggable


If an Android app isn’t marked as debuggable, its internal data—such as shared preferences, databases, cache, and other private files—cannot be accessed.


Hardcoded Vulnerability


Reversing Weak Cryptography

Deprecated Algorithm


Comments

Popular posts from this blog

Burp Suite – Automated Vulnerabilities Findings

SQL Injection Attacks | Shahul Hameed

To use emulator(Using NOX emulator): Open Appie Application | Shahul Hameed