Releases: 3c7/bazaar
Releases · 3c7/bazaar
Version 0.2.0 Beta 1 - Added support for YARAify
- Added support for YARAify via
yaraify
cli command andmalwarebazaar.api.yaraify
(from malwarebazaar import Yaraify
) - Using Typer instead of bare click now
- Added Pydantic for models
- Improved output
Version 0.1.6 - Gimphash, Icons and dependency update
- Added
query_gimphash
andquery_icon_dhash
methods - Implemented CLI equivalents to the methods above
- Added Gimphash, Tlsh and Telfhash to CLI output
- Updated dependencies
Version 0.1.5 - Dependencies and extras
- Updated dependencies - thanks @Rafiot
- Moved
click
andrich
to the extracli
- in order to use CLI functionality this module needs to be installed withmalwarebazaar[cli]
- Removed pre-built binaries as they are big in size and quite slow
Version 0.1.4 - Improvements
- @Rafiot made mypy happy (type annotations)
- Fixed line breaks with csv output
- Clarified
selector
for malwarebazaar.api.query_recent.
Version 0.1.3 - Updates dependencies
Updated dependendies - thanks @Rafiot
Version 0.1.2 - Maintenance release
- Updated batch download URL(s)
- Added
-H/--hourly
flag tobatch
command
Version 0.1.1 - Fixes
Fixes
- Typo in
version
command - Invalid JSON output using
-j
/--json
switch (by @ninewayhandshake)
Version 0.1.0 - Initial release
Initial release of Bazaar
Alpha - v0.0.2
- Implemented all query commands
- Implemented batch downloads
Alpha - v0.0.1
v0.0.1