This is a demo application that showcases how Android WebViews can be exploited with Frida. The application has been intentionally left vulnerable to demonstrate the risks of using a standard WebView implementation.
To install and run the demo application on a virtual or physical Android device:
- Download the compiled .apk file
- Use the 'adb install' command to install the .apk file to your device
To debug the applciation with the source code:
- Clone the repository: 'git clone https://github.com/nowsecure/Exploiting-Android-WebViews-with-Frida.git'
- Open the project in Android Studio
- Build and run the application on an Android device