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
- Host: GitHub
- URL: https://github.com/nowsecure/exploiting-android-webviews-with-frida
- Owner: nowsecure
- Created: 2023-05-10T13:45:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T18:51:59.000Z (about 3 years ago)
- Last Synced: 2025-03-03T02:26:53.996Z (over 1 year ago)
- Language: Kotlin
- Size: 4.41 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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