Skip to content

Releases: cybersecsi/robodroid

v0.0.3

15 Jan 09:52
20a2d5d
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.0.2

18 Apr 16:42
41fca29
Compare
Choose a tag to compare

Features

The following features are provided in this release:

  • managed run mode
  • allow the user to set both ADB host and port during execution
  • frida remote connection mode
  • add port forward for default frida port
  • add Docker image for both amd64 and arm64
  • add update-library command to update the RoboDroid Library``
  • add version command
  • add env variables support for typer options
  • add new examples

Breaking changes

There are also 2 breaking changes in the way config files are handled:

  • workflows folder now stores the workflow file (generic file, without any reference to any device)
  • configs folder now store the config files used in the managed run mode
  • the key workflow changed to behaviors in the workflow file template
    For this reason if you created any custom workflow file and you want to use the latest version please edit them accordingly.

Full Changelog: v0.0.1...v0.0.2

v0.0.1

14 Apr 13:37
c0f709c
Compare
Choose a tag to compare

Description

This is the first available version, so something may not work as expected. But don't worry; we are thrilled to work on RoboDroid and make it better!

Features

The following features are provided in this release:

  • single-device support
  • automatic root of device
  • auto setup of Frida
  • init phase for installing apps and clearing packages
  • adb commands to install apks and add custom permissions
  • support for the behaviors provided in the RoboDroid Library