Falcon-toolkit

Latest version: v3.4.1

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

Scan your dependencies

Page 1 of 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

3.3.0

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
* Moves from os.mkdir to os.makedirs by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/69
* Bump click from 8.1.6 to 8.1.7 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/71
* Bump pytest from 7.4.0 to 7.4.1 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/76
* Caracara 0.5.x Migration by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/73
* Cleaned Up Version of Watson/Issue-70 by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/78
* Better host_search Output by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/72


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

3.2.1

What's Changed
* Bugfix for Issue 65 by kenoel in https://github.com/CrowdStrike/Falcon-Toolkit/pull/66


**Full Changelog**: https://github.com/CrowdStrike/Falcon-Toolkit/compare/v3.2.0...v3.2.1

3.2.0

What's Changed
* [FEATURE] Support filtering on host online state by kenoel in https://github.com/CrowdStrike/Falcon-Toolkit/pull/49
* Bump requests from 2.30.0 to 2.31.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/51
* Bump cryptography from 40.0.2 to 41.0.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/54
* Bump pylint from 2.17.3 to 2.17.4 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/50
* Bump certifi from 2022.12.7 to 2023.7.22 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/63
* Bump click from 8.1.3 to 8.1.6 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/62
* Bump cryptography from 41.0.0 to 41.0.2 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/60
* Bump click-option-group from 0.5.5 to 0.5.6 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/56
* Bump pytest from 7.3.1 to 7.4.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/57
* Follow OS conventions on Data Storage by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/53
* Bump keyring from 23.13.1 to 24.2.0 by dependabot in https://github.com/CrowdStrike/Falcon-Toolkit/pull/58
* Adds some additional wording to the Parent CID authentication backend by ChristopherHammond13 in https://github.com/CrowdStrike/Falcon-Toolkit/pull/64

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

**Full Changelog**: https://github.com/CrowdStrike/Falcon-Toolkit/compare/v3.1.2...v3.2.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.