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

Releases: teamdfir/sift-cli

v1.9.1

22 Sep 18:03
66a9d70

Choose a tag to compare

Install

curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.9.1/sift-cli-linux
chmod +x /usr/local/bin/sift
  • 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)

v1.9.0-rc4

10 Sep 02:33
cc4ce86

Choose a tag to compare

v1.9.0-rc4 Pre-release
Pre-release

Install

curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.9.0-rc4/sift-cli-linux
chmod +x /usr/local/bin/sift
  • 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)

v1.9.0-rc1

29 Jul 13:25
8e12f09

Choose a tag to compare

v1.9.0-rc1 Pre-release
Pre-release

Install

curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.9.0-rc1/sift-cli-linux
chmod +x /usr/local/bin/sift
  • Upgrades Saltstack to 3001
  • Upgrades all NPM modules

v1.8.5

23 Mar 14:07
d720793

Choose a tag to compare

Install

curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.8.5/sift-cli-linux
chmod +x /usr/local/bin/sift
  • Fixed a bug where the install/upgrade mode would get set incorrectly when upgrading from SIFT version older than 2019.11.0

v1.8.4

22 Mar 04:09
fcb8c8d

Choose a tag to compare

Install

curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.8.4/sift-cli-linux
chmod +x /usr/local/bin/sift
  • Fixed bugs around os detection and configuration loading

v1.8.3

02 Mar 15:11
90fafef

Choose a tag to compare

Install

curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.8.3/sift-cli-linux
chmod +x /usr/local/bin/sift
  • Fixed bug where valid modes were not validated properly

v1.8.2

27 Feb 23:26
00110b2

Choose a tag to compare

Install

curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.8.2/sift-cli-linux
chmod +x /usr/local/bin/sift

Fixed in this Release

  • The error handler now catches and properly displays all errors and exits properly.

v1.8.1

11 Feb 04:02
a75b1ce

Choose a tag to compare

Install

curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.8.1/sift-cli-linux
chmod +x /usr/local/bin/sift

New This Release

  • Adds fix to use legacy mode when saltstack version is less than 2019.11.0 (teamdfir/sift#406)

SIFT Related Changes

  • Adds support for 18.04 in the CLI tool
  • Updates Saltstack to 2018.3

Code Changes

  • Fixes bug with new installs that was caused by the fix for #406
  • Upgrade to node 12
  • Switch from bluebird to native promise and async/await
  • Add some additional help text to encourage users to validate their apt health when failures occur
  • Adds support for new modes, desktop and server for installation
  • Removes deprecation warning about promises from GitHub setup
  • Fixes regression where salt-call name was accidentally replaced with a space

v1.8.1-rc2

18 Dec 19:16
c6c525f

Choose a tag to compare

v1.8.1-rc2 Pre-release
Pre-release

Install

curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.8.1-rc2/sift-cli-linux
chmod +x /usr/local/bin/sift

New This Release

  • Adds fix to use legacy mode when saltstack version is less than 2019.11.0 (teamdfir/sift#406)

SIFT Related Changes

  • Adds support for 18.04 in the CLI tool
  • Updates Saltstack to 2018.3

Code Changes in RC2

  • Fixes bug with new installs that was caused by the fix for #406

Code Changes in RC1

  • Upgrade to node 12
  • Switch from bluebird to native promise and async/await
  • Add some additional help text to encourage users to validate their apt health when failures occur
  • Adds support for new modes, desktop and server for installation
  • Removes deprecation warning about promises from GitHub setup
  • Fixes regression where salt-call name was accidentally replaced with a space

v1.8.1-rc1

29 Nov 15:55
cca5778

Choose a tag to compare

v1.8.1-rc1 Pre-release
Pre-release

Install

curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.8.1-rc1/sift-cli-linux
chmod +x /usr/local/bin/sift

New This Release

  • Adds fix to use legacy mode when saltstack version is less than 2019.11.0 (teamdfir/sift#406)

SIFT Related Changes

  • Adds support for 18.04 in the CLI tool
  • Updates Saltstack to 2018.3

Code Changes

  • Upgrade to node 12
  • Switch from bluebird to native promise and async/await
  • Add some additional help text to encourage users to validate their apt health when failures occur
  • Adds support for new modes, desktop and server for installation
  • Removes deprecation warning about promises from GitHub setup
  • Fixes regression where salt-call name was accidentally replaced with a space