Releases: cybersecsi/robodroid
Releases · cybersecsi/robodroid
v0.0.3
No significant changes
View changes on GitHub
v0.0.2
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
andarm64
- 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 themanaged
run mode- the key
workflow
changed tobehaviors
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
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 packagesadb
commands to install apks and add custom permissions- support for the behaviors provided in the RoboDroid Library