Skip to content

Releases: AbdulRhmanAlfaifi/Fennec

Fennec v0.4.1

20 Mar 08:59
Compare
Choose a tag to compare

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

Fennec v0.4.0

17 Sep 16:57
Compare
Choose a tag to compare

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

Fennec v0.3.5

15 Jun 18:17
Compare
Choose a tag to compare

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

Fennec v0.3.4

10 Dec 19:03
Compare
Choose a tag to compare

Added timeout option

Added timeout option -t to fix the issue #9

Fennec v0.3.3

06 Aug 17:52
Compare
Choose a tag to compare

v0.3.3

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

Fennec v0.3.2

06 Jul 15:06
Compare
Choose a tag to compare

v0.3.2

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

Fennec v0.3.1

19 May 10:04
Compare
Choose a tag to compare

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

Fennec v0.2.2

12 May 21:11
Compare
Choose a tag to compare

Fennec v0.2.2

  • Fixes issue #6
  • Pump up dependencies

Fennec v0.2.1

11 Apr 02:38
Compare
Choose a tag to compare

Fennec v0.2.0

26 Feb 16:48
Compare
Choose a tag to compare

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