This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
Releases: B3nac/InjuredAndroid
Releases · B3nac/InjuredAndroid
InjuredAndroid 1.0.12 release
InjuredAndroid 1.0.11 release
Added flag eighteen!
This flag is all about File Providers. The intended solution is meant to be difficult, you'll need to leverage another Android application to access internal directories.
InjuredAndroid 1.0.10 release
- Added Android Lollipop support
- Added a GUI home button on the flag solved activity
- Cleaned up code and resolved some bugs
InjuredAndroid 1.0.9 release
- Fixed database sync issue with SQLite flag!
- Added two new flags!
InjuredAndroid build for Defcon!
Added all my examples from my Android Application Exploitation talk.
InjuredAndroid 1.0.6 release
Adding flag 15! This assembly based flag is designed to be an intro to Shared Object reverse engineering as well as XOR reversing.
InjuredAndroid 1.0.5 release
Updates
- Added more narnia binary architectures for different devices (Thank you for helping debug this issue theart42)
- Added Encrypted SharedPreferences so the booleans are not easily modified for the flags
- Cleaned up ctf exercise code
- Converted more ctf exercises to Kotlin for increased efficiency and readability
RCE ctf exercise notes
The RCE ctf exercise is easier to complete with the debug apk because Flutter on release builds prevents installation of the production build on emulators. The debug build is 64.90 mb because Flutter basically downloads an entire web stack.
InjuredAndroid 1.0.4 release
- Added a Flutter module for Flutter/Dart based vulnerability scenarios
- Updated logo
- Many theme/graphical changes for the Flutter module
- Added Flag 14 a Flutter based XSS exercise
Flag 13 Added!
This release adds a new flag! Have fun! :)
InjuredAndroid 1.0.2
- Saves flag completion states
- Settings option added to clear flag states
- Dark Mode
- Multiple bug fixes
- XML style alignment fixes