A CLI/TUI for sorting and filtering through the available sensor installers, with the ability to download specific releases.
Requires a customer client ID and client secret for API access.
go install github.com/northwood-labs/crowdstrike-falcon-downloader@latest
TBD. Coming soon.
These environment variables must be set in order to access the API and view the list.
CROWDSTRIKE_CLIENT_ID
CROWDSTRIKE_CLIENT_SECRET
Important
When installing a sensor, the installation will require a customer identifier. This software does not deal with installation, but you should be aware that you must be a CrowdStrike customer for this to be useful.
Note
Where a GUI is a graphical user interface, a TUI is a textual user interface. For terminals. And shells.
Always start with the help.
crowdstrike-falcon-downloader --help
- Arrow keys will move up/down to select a new row in the list.
- Pressing enter/return will download that package.
crowdstrike-falcon-downloader
crowdstrike-falcon-downloader --amzn2023
crowdstrike-falcon-downloader --amzn2023 --intel64
crowdstrike-falcon-downloader --amzn2023 --intel64 --latest
crowdstrike-falcon-downloader --amzn2023 --intel64 --latest --download
If your filtering has resulted in a single package being matched (i.e., OS-flag + CPU-flag + latest), passing the --download
flag will download that package automatically.