dod-cyber-crime-center / DC3-MWCP

DC3 Malware Configuration Parser (DC3-MWCP) is a framework for parsing configuration information from malware. The information extracted from malware includes items such as addresses, passwords, filenames, and mutex names.
Other
300 stars 59 forks source link

`mwcp test` doesn't allow using `--yara-repo` #37

Closed ddash-ct closed 1 year ago

ddash-ct commented 1 year ago

In situations where a YARA_REPO has not been set in the mwcp configuration, the --yara-repo argument would enable setting the repository on the command line.

However, it is missing from the cli, as an option for pytest, and from usage when testing parsers.

Requesting its addition for the proposed use case, where it is otherwise a silent failure.

dc3-tsd commented 1 year ago

Thanks for letting us know. We will work to get it included.

dc3-tsd commented 1 year ago

This has been fixed in a recent release. Closing this issue.