This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
Releases: 3c7/yaramanager
Releases · 3c7/yaramanager
Version 0.2.1 - Corrected version string
Version 0.2.0 - Releasing DB Update
- Release for DB update
- Adding missing string modifiers
- Updating dependencies
Version 0.2.0-RC1 - alternative databases
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
- Updated dependencies
- Added
externals
parameter toyara-python
calls, so thefilename
parameter can be used within yara rules - Added
--ruleset, -R
switch to theadd
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
- Filter for and exclude multiple tags via
export
,list
andscan
command using parameters-t/--tag
and-T/--exclude-tag
Version 0.1.14 - Export functionality for rulesets
- Added export functionality for rulesets (@slv008)
- Refactored general rule export functionality into a YaraBuilder subclass
Version 0.1.13 - Compiled export
- Added compiled export functionality:
ym export -sc test.yar
Version 0.1.12 - Recursive scans
- Implemented recursive scans via
$ ym scan -r /path/to/dir
Version 0.1.11 - Dependency update
- Updated yarabuilder and yara-python
- Fixes commit hash display for packaged yaramanager
Version 0.1.10 - Prebuilt binaries, fixes, `new` command
- 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
andYM_CONFIG
env variables to overwrite general path and config path.