Sift Cli Versions Save

CLI tool to manage a SIFT Install

v1.9.1

3 years ago

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

3 years ago

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

3 years ago

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

4 years ago

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

4 years ago

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

4 years ago

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

4 years ago

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

4 years ago

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 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

4 years ago

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 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

4 years ago

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 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