AbdulRhmanAlfaifi Fennec Versions Save

Artifact collection tool for *nix systems

v0.4.1

1 month ago

Added sginal handling (CTRL+C) and the capability to run Fennec as non root

  • Added signal handling for SIGINT (CTRL+C), SIGTERM and SIGHUP. When any of these signals are sent, Fennec will stop collecting artifacts and start cleanup
  • Added the option '--non-root' to add the capability of running Fennec with non root permissions (not recommended, but you have the option :D)
  • Small changes to the help message

v0.4.0

7 months ago

Fennec v0.4.0

  • Added feature to parse the output of the command artifact
  • Replaced the artifact file_list from query type to command
  • Added to_int modifier to parse string fields to i64
  • Added schema.json which is a schema definition for the fennec configuration
  • Changed the configuration file name from config.yaml to fennec.yaml so it works better with the schema file
  • Small change to push_to_es.py script

v0.3.5

11 months ago

Update CI/CD file & small change to Fennec help message

v0.3.4

1 year ago

Added timeout option

Added timeout option -t to fix the issue #9

v0.3.3

1 year ago

v0.3.3

  • Added support to SCP protocol in artifact package upload feature
  • Fixes #8

v0.3.2

1 year ago

v0.3.2

  • Added aarch64 build to CI workflow
  • Miner modifications
  • Dependencies pump up

v0.3.1

1 year ago

Fennec v0.3.1

  • Reimplement S3 artifact package upload code to fix static compilation issue
  • Remove SCP artifact package upload implementation to fix static compilation issue

v0.2.2

2 years ago

Fennec v0.2.2

  • Fixes issue #6
  • Pump up dependencies

v0.2.1

2 years ago

fixes #5

v0.2.0

2 years ago

Fennec v0.2.0

  • Added support for macos
  • Added support for Linux aarch64 architecture
  • Added show-embedded argument to show embedded files
  • Support running Fennec without query artifacts. if osquery binary not specified a warning will be shown and query artifact will be ignored