This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
Releases: teamdfir/sift-cli
Releases · teamdfir/sift-cli
v1.14.0-rc1
version 1.14.0-rc1
v1.13.1
version 1.13.1
v1.13.0
version 1.13.0
v1.11.0
What's New
New signing and verification process using cosign
How to Verify
- Download all the release files to the same directory.
- Install cosign from the release page of it's project.
- Run the following command
cosign verify-blob -key sift-cli.pub -signature sift-cli-linux.sig sift-cli-linux
Quick Installation
curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.11.0/sift-cli-linux
chmod +x /usr/local/bin/sift
v1.10.0
curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.10.0/sift-cli-linux
chmod +x /usr/local/bin/sift
v1.10.0-rc5
version 1.10.0-rc5
v1.10.0-rc4
version 1.10.0-rc4
v1.10.0-rc3
version 1.10.0-rc3
v1.10.0-rc2
version 1.10.0-rc2
v1.9.2
Install
curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.9.2/sift-cli-linux
chmod +x /usr/local/bin/sift
Changelog
Notable from 1.9.2
- Updates vulnerable package node-fetch
- Fixes held package problem with apt-get remove
Notable from 1.9.1
- Sets Architecture to 64 bit only for SaltStack install
- Switches to only installing salt-common if it's new install or if it needs to fix.
- Fixes bug where existing env vars were not pulled in (thanks @angry-bender)