Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Releases: teamdfir/sift-cli

v1.14.0-rc1

19 Jan 20:34

Choose a tag to compare

version 1.14.0-rc1

v1.13.1

29 Oct 14:09

Choose a tag to compare

version 1.13.1

v1.13.0

28 Oct 13:24

Choose a tag to compare

version 1.13.0

v1.11.0

15 Aug 22:54

Choose a tag to compare

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

11 May 16:56

Choose a tag to compare

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

20 Apr 20:40

Choose a tag to compare

version 1.10.0-rc5

v1.10.0-rc4

15 Apr 15:22

Choose a tag to compare

version 1.10.0-rc4

v1.10.0-rc3

02 Apr 15:51

Choose a tag to compare

version 1.10.0-rc3

v1.10.0-rc2

02 Apr 15:16

Choose a tag to compare

version 1.10.0-rc2

v1.9.2

22 Sep 19:29
74f0414

Choose a tag to compare

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)