Skip to content

Releases: CrowdStrike/Falcon-Toolkit

Version 3.5.0

14 Aug 16:20
f2b6373
Compare
Choose a tag to compare

What's Changed

  • Adds user management module by @natalie363 in #155
  • Dependency updates across the board

New Contributors

Full Changelog: v3.4.2...v3.5.0

Version 3.4.2

08 Jul 19:39
4588551
Compare
Choose a tag to compare

What's Changed

This release brings a slew of dependency updates (including updates for libraries with open CVEs), so we recommend upgrading ASAP.

There has been one small breaking change to the MSSP Auth backend, documented here: #147. This allows for a much better user experience when working with multi-CID setups, at the expense of renaming an environment variable. We doubt this was used often (if at all), but are raising the breaking change here just to make users aware.

Full Changelog: v3.4.1...v3.4.2

Version 3.4.1

16 Apr 15:02
2342cd6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

Version 3.4.0

16 Apr 13:22
b4d5206
Compare
Choose a tag to compare

Version 3.4.0

This is a bumper release that includes two new commands:

  • containment to contain and uncontain systems.
  • maintenance_token to get bulk and device maintenance tokens.

General improvements:

  • Dependency updates across the board.
  • Some older code has been moved over to Prompt Toolkit for a better UI experience when creating profiles and selecting a CID in the MSSP experience.
  • The mount command has been added to the RTR shell to show mount points.
  • Underlying fixes to Caracara should better handle CIDs with a large number of PUT files.

As always, let us know if you identify any bugs have any feature requests!

What's Changed

Full Changelog: v3.3.1...v3.4.0

Version 3.3.1

15 Sep 13:26
9620650
Compare
Choose a tag to compare

This is mostly a bugfix release which incorporates a slew of dependency updates including, most importantly, caracara-filters v0.2.0.
Also, the redesigned host_search output also provides the OS role in the table.

Thank you to @lautriv for the bug report and feature request that led to this release.

If you're coming to Fal.Con next week, I look forward to meeting you there!

What's Changed

Full Changelog: v3.3.0...v3.3.1

Version 3.3.0

05 Sep 11:54
28a8235
Compare
Choose a tag to compare

What's Changed

This release provides some major enhancements to host_search, as well as some significant improvements under the hood by migrating to Caracara 0.5.

Firstly, congratulations to @Dylan-Watson on his first contribution! Thanks to his work, host_search now has a -e switch which lets you export host lists to CSV. We have also reworked host_search to leverage the tabulate library for some beautiful CLI output with much more information that was previously provided.

Next up, we have case-insensitive filters! Unsure if you needed OsVersion, osversion or OSVersion? That no longer matters, as the underlying improvements to Caracara mean that we can now map to filters internally in a case-insensitive manner. The bounds checking of inputs to the filters has been made more robust, too, and far more flexible than what we had before. We're looking forward to seeing some feedback on the progress we have made here.

Finally, this release comes with the usual bug fixes and dependency updates that you will have come to expect from this project. An issue affecting Windows users was resolved in #69, and some underlying libraries have been bumped.

As ever, keep raising issues and making suggestions, as we take them all onboard as we work to continuously improve this tool!

-Chris

GitHub Changelog

Full Changelog: v3.2.1...v3.3.0

Version 3.2.1

15 Aug 04:04
4e28e6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

Version 3.2.0

04 Aug 21:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.2.0

Version 3.1.2

27 Apr 18:21
da9eb2f
Compare
Choose a tag to compare

What's Changed

Merged #48, which contains the following improvements:

  • Resolution to issues with the put_files command
  • Resolves issues with --help in several commands
  • Upgrades backend dependencies

Full Changelog: v3.1.1...v3.1.2

Version 3.1.1

13 Feb 21:52
160da65
Compare
Choose a tag to compare

This is a minor update to address #25 on a best effort basis. The user experience is greatly increased for those who have multiple profiles on macOS. There may also be some small performance gains across all platforms.

What's Changed

Full Changelog: v3.1.0...v3.1.1