Sift Cli Versions Save

CLI tool to manage a SIFT Install

v1.14.0-rc1

2 years ago

v1.13.1

2 years ago

v1.13.0

2 years ago

v1.11.0

2 years ago

What's New

New signing and verification process using cosign

How to Verify

  1. Download all the release files to the same directory.
  2. Install cosign from the release page of it's project.
  3. 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

3 years ago
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

3 years ago

v1.10.0-rc4

3 years ago

v1.10.0-rc3

3 years ago

v1.10.0-rc2

3 years ago

v1.9.2

3 years ago

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)