0 | 17
A Frida-based exploit script designed to bypass Android's local encryption layers. It automates the extraction of sensitive OAuth tokens and secrets by hijacking the MasterKey context, exposing vulnerabilities in data-at-rest protection.
1 | 92
The script hooks into the onTextChanged method of android.widget.TextView. It dynamically identifies the view class and queries the Android system to see if the view is protected against obscured touches (overlays). If the protection is disabled (false), it flags the view as vulnerable to Tapjacking.