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

Releases: B3nac/InjuredAndroid

InjuredAndroid 1.0.12 release

Choose a tag to compare

@B3nac B3nac released this 22 Jun 18:36

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

InjuredAndroid 1.0.11 release

Choose a tag to compare

@B3nac B3nac released this 16 Jun 00:36

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

Choose a tag to compare

@B3nac B3nac released this 18 Oct 21:12
  • 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

Choose a tag to compare

@B3nac B3nac released this 28 Sep 21:53
  • Fixed database sync issue with SQLite flag!
  • Added two new flags!

InjuredAndroid build for Defcon!

Choose a tag to compare

@B3nac B3nac released this 07 Aug 04:48

Added all my examples from my Android Application Exploitation talk.

InjuredAndroid 1.0.6 release

Choose a tag to compare

@B3nac B3nac released this 21 Jul 03:07

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

Choose a tag to compare

@B3nac B3nac released this 15 Jun 18:24

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

Choose a tag to compare

@B3nac B3nac released this 04 Jun 00:44
  • 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!

Choose a tag to compare

@B3nac B3nac released this 16 May 20:03

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

InjuredAndroid 1.0.2

Choose a tag to compare

@B3nac B3nac released this 15 Apr 02:25
  • Saves flag completion states
  • Settings option added to clear flag states
  • Dark Mode
  • Multiple bug fixes
  • XML style alignment fixes