An open API service indexing awesome lists of open source software.

https://github.com/nowsecure/exploiting-android-webviews-with-frida


https://github.com/nowsecure/exploiting-android-webviews-with-frida

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

# Exploiting-Android-WebViews-with-Frida

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.

## Installation

To install and run the demo application on a virtual or physical Android device:
1. Download the compiled .apk file
2. Use the 'adb install' command to install the .apk file to your device

To debug the applciation with the source code:
1. Clone the repository: 'git clone https://github.com/nowsecure/Exploiting-Android-WebViews-with-Frida.git'
2. Open the project in Android Studio
3. Build and run the application on an Android device