Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Releases: B3nac/InjuredAndroid

InjuredAndroid 1.0.12 release

22 Jun 18:36
Compare
Choose a tag to compare

This release includes the missing x86_64 library for the Flutter module.

InjuredAndroid 1.0.11 release

16 Jun 00:36
Compare
Choose a tag to compare

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

18 Oct 21:12
Compare
Choose a tag to compare
  • 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

28 Sep 21:53
Compare
Choose a tag to compare
  • Fixed database sync issue with SQLite flag!
  • Added two new flags!

InjuredAndroid build for Defcon!

07 Aug 04:48
Compare
Choose a tag to compare

Added all my examples from my Android Application Exploitation talk.

InjuredAndroid 1.0.6 release

21 Jul 03:07
Compare
Choose a tag to compare

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

15 Jun 18:24
Compare
Choose a tag to compare

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

04 Jun 00:44
Compare
Choose a tag to compare
  • 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!

16 May 20:03
Compare
Choose a tag to compare

This release adds a new flag! Have fun! :)

InjuredAndroid 1.0.2

15 Apr 02:25
Compare
Choose a tag to compare
  • Saves flag completion states
  • Settings option added to clear flag states
  • Dark Mode
  • Multiple bug fixes
  • XML style alignment fixes