Skip to content

0.5.0 Release

The SDKs are LIVE!🚀

The long awaited SDKs for Tuoni are now available. The SDKs are designed to make it easier for operators to implement their existing trade-craft into Tuoni. Read More about the SDKs in the latest version of documentation.

Get started with writing your own plugins by reading the docs at:

The all new sleep-until command

Sometimes you just need your agents to go silent for the weekend or overnight. In order to facilitate that, the Tuoni agent now comes with all new "sleep-until" command. You can specify the time as a OSI datetime Zulu string, or just classical UNIX timestamp. Whichever works best for your use-case. Give it a shot!

The new "quotes+spaces" string to array parsing

Some commands like execute-assembly have parameters that require an array of arguments eg. "--parameters". It has been possible to specify comma separated list of values in those instances, however this has never been very intuitive. For this reason Tuoni terminal now supports parsing strings into arrays with spaces and quotes. This setting is enabled by default and can be changed back on the Profile page.

Many bigger and smaller quality of life changes

The list of issues, bugs, improvements and new features implemented in this release is long. We have been working hard to make Tuoni better than ever. Some of the highlights include:

  • Offline Docs shipped as a container with Tuoni installation
  • Ansi code page support for "run", "cmd" and "powershell" output encoding
  • New and more stable payload templates
  • Enhanced logging
  • Improved process detection for "ps" command

More details at github release page