├── README.md └── app-debug.apk /README.md: -------------------------------------------------------------------------------- 1 | # Damn Exploitable Android App 2 | 3 | ## How to run 4 | Make sure to emulate an Android 7.1.1. Pixel 3a API 25 Device 5 | 6 | 7 | # See Mobile Hacking Lab for more info 8 | https://www.mobilehackinglab.com/blog/damn-exploitable-android-app 9 | -------------------------------------------------------------------------------- /app-debug.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilehackinglab/damn-exploitable-android-app-public-apk/5d9012ad8198feee7e83c07dc49418833b445eba/app-debug.apk --------------------------------------------------------------------------------