Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Releases: 3c7/yaramanager

Version 0.2.1 - Corrected version string

02 Nov 18:15
@3c7 3c7
ed72b6c
Compare
Choose a tag to compare
v0.2.1

Someone forgot how to bump the version correctly

Version 0.2.0 - Releasing DB Update

02 Nov 18:05
@3c7 3c7
289d145
Compare
Choose a tag to compare
  • Release for DB update
  • Adding missing string modifiers
  • Updating dependencies

Version 0.2.0-RC1 - alternative databases

21 Feb 22:19
@3c7 3c7
Compare
Choose a tag to compare

This release introduces a change in the DB schema. It's possible now to use MySQL/MariaDB and Postgres as database.

Version 0.1.16 - Dependencies, externals, rulesets

21 Feb 17:17
@3c7 3c7
Compare
Choose a tag to compare
  • Updated dependencies
  • Added externals parameter to yara-python calls, so the filename parameter can be used within yara rules
  • Added --ruleset, -R switch to the add command, so multiple rules within a rule file will be added to a ruleset, based on the filename of the given rule file

Version 0.1.15 - Tag filter update

11 Oct 20:01
@3c7 3c7
Compare
Choose a tag to compare
  • Filter for and exclude multiple tags via export, list and scan command using parameters -t/--tag and -T/--exclude-tag

Version 0.1.14 - Export functionality for rulesets

05 Oct 21:51
@3c7 3c7
Compare
Choose a tag to compare
  • Added export functionality for rulesets (@slv008)
  • Refactored general rule export functionality into a YaraBuilder subclass

Version 0.1.13 - Compiled export

03 Oct 15:19
@3c7 3c7
Compare
Choose a tag to compare
  • Added compiled export functionality:
    ym export -sc test.yar

Version 0.1.12 - Recursive scans

12 Jun 20:35
@3c7 3c7
Compare
Choose a tag to compare
  • Implemented recursive scans via
    $ ym scan -r /path/to/dir

Version 0.1.11 - Dependency update

29 Apr 16:43
@3c7 3c7
Compare
Choose a tag to compare
  • Updated yarabuilder and yara-python
  • Fixes commit hash display for packaged yaramanager

Version 0.1.10 - Prebuilt binaries, fixes, `new` command

09 Apr 17:02
@3c7 3c7
dcfef15
Compare
Choose a tag to compare
  • Added prebuilt binaries using Github Actions - I'm new to this, so handle with care.
  • Added new command to create new rules directly with ym.
  • Prebuilt binaries include commit hash
  • Updated readme
  • Added YM_PATH and YM_CONFIG env variables to overwrite general path and config path.