Falcon-toolkit

Latest version: v3.5.1

Safety actively analyzes 722631 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

3.5.1

This version brings some minor updates to documentation and dependencies with a focus on Python 3.13 compatibility. The only functional change is that the version of the Toolkit is now shown at the CLI when commands are executed.

What's Changed
* Documentation Update for User Management by natalie363 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/156
* Bumps Caracara to the 0.9.x branch by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/168

**Full Changelog**: https://github.com/CrowdStrike/Falcon-Toolkit/compare/v3.5.0...v3.5.1

3.5.0

What's Changed
* Adds user management module by natalie363 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/155
* Dependency updates across the board

New Contributors
* natalie363 made their first contribution in https://github.com/CrowdStrike/Falcon-Toolkit/pull/155

**Full Changelog**: https://github.com/CrowdStrike/Falcon-Toolkit/compare/v3.4.2...v3.5.0

3.4.2

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: https://github.com/CrowdStrike/Falcon-Toolkit/pull/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.

* Formats codebase using black and bumps requirements by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/146
* CID Command Line Option for MSSP Auth Backend by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/147


**Full Changelog**: https://github.com/CrowdStrike/Falcon-Toolkit/compare/v3.4.1...v3.4.2

3.4.1

What's Changed
* Visual Guard Rail for Network Containment by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/130


**Full Changelog**: https://github.com/CrowdStrike/Falcon-Toolkit/compare/v3.4.0...v3.4.1

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
* Bump cryptography from 41.0.3 to 41.0.4 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/82
* Bump urllib3 from 2.0.4 to 2.0.6 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/84
* Bump pylint from 2.17.5 to 2.17.7 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/83
* Bump platformdirs from 3.10.0 to 3.11.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/85
* Bump pylint from 2.17.7 to 3.0.1 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/86
* Bump urllib3 from 2.0.6 to 2.0.7 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/87
* Bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/89
* Bump pylint from 3.0.1 to 3.0.2 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/88
* Bump keyring from 24.2.0 to 24.3.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/90
* Bump platformdirs from 3.11.0 to 4.0.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/91
* Bump pytest from 7.4.3 to 7.4.4 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/100
* Bump pylint from 3.0.2 to 3.0.3 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/98
* Bump platformdirs from 4.0.0 to 4.1.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/94
* Bump cryptography from 41.0.4 to 41.0.6 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/93
* Bump pycryptodomex from 3.18.0 to 3.19.1 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/101
* Bump caracara from 0.5.2 to 0.5.3 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/105
* Bump cryptography from 41.0.6 to 42.0.2 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/109
* Bump platformdirs from 4.1.0 to 4.2.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/107
* Bump cryptography from 42.0.2 to 42.0.4 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/111
* Add Mount Command to the Shell by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/112
* Bump keyring from 24.3.0 to 25.1.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/122
* Start of migration to Python 3.12 with a dependency bump by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/113
* Bump idna from 3.6 to 3.7 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/123
* Bump flake8 from 6.1.0 to 7.0.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/102
* Bump keyring from 24.3.1 to 25.1.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/126
* Bump setuptools from 69.2.0 to 69.5.1 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/125
* Host Containment and Uncontainment by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/124
* Adds Maintenance Token Command by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/127


**Full Changelog**: https://github.com/CrowdStrike/Falcon-Toolkit/compare/v3.3.1...v3.4.0

3.3.1

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
* Bump pytest from 7.4.1 to 7.4.2 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/80
* Adds OS Role to host_search and bumps dependencies by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/81


**Full Changelog**: https://github.com/CrowdStrike/Falcon-Toolkit/compare/v3.3.0...v3.3.1

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.