From 4ca1676dbb393b918aefa325c3fac0a8cba2e4a4 Mon Sep 17 00:00:00 2001 From: Andreas Hunkeler Date: Mon, 15 Jul 2024 20:58:18 +0200 Subject: [PATCH 1/2] Add CHANGELOG.md --- CHANGELOG.md | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c570805 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,150 @@ +# CHANGELOG +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + + + +## Unreleased + + + +## [6.0.9] - 2024-07-10 + +* It has been completely refactored. +* README.md has been also changed. +* Special thanks to Artur Marzano, who has contributed + and dedicated his time to conduct and write this new version. + +## [5.4.5] - 2024-06-19 + +* Includes a fix related to the installation path. + +## [5.4.4] - 2024-05-21 + +* Includes only small changes and updates in the README.md. + +## [5.4.3] - 2024-05-20 + +* Fixes a recent issue on -v 10 and 11 options (VT) due to + a change in one of the used libraries. +* Fixes other minor issues on several options. + +## [5.4.2] - 2023-10-29 + +* Fixes two small issues. + +## [5.4.1] - 2023-08-07 + +* Fixes issues related to URLHaus. +* Fixes issues related to Polyswarm. +* Fixes issues related to Malware Bazaar. +* Fixes issues related to InQuest. +* Introduces changes to the help description. +* Introduces changes to installation process. + +## [5.3.0] - 2023-06-27 + +* Fixes issues related to Malshare (-l and -L options). +* Adds a new Malshare option (-l 7) to list all samples + from last 24 hours. + +## [5.2.0] - 2023-06-20 + +* Multiple issues related to Hybrid Analysis have been fixed. + +## [5.1.1] - 2022-11-03 + +### Fixed + +* A formatting issue related to -v 10 option has been fixed. + +## [5.1] - 2022-10-31 + +### Added + +* Introduces thirteen options related to InQuest Labs. + +### Fixed + +* Fix an issue related to -b 6 option from ThreatFox. + +## [5.0.3] - 2022-06-29 + +### Added + +* Includes the possibility of getting information from +* Includes macOS as operating system supported to run Malwoverview. + Hybrid-Analysis using a SHA256 hash or the malware file. + +### Removed + +* Removes all options related to ThreatCrowd. + +### Fixed + +* Fix an issue related to downloading from Malshare. + +## [5.0.2] - 2022-03-29 + +### Fixed + +* Includes a small fix for options -v 1 and -v 8. + +## [5.0.0] - 2022-03-17 + +### Added + +* Includes upgrades of all Virus Total options from API v.2 + to API v.3. +* Introduces a new option to check hashes within a given + file using Virus Total. +* Introduces a new option to submit large files (>= 32 MB) to + Virus Total. +* Introduces a new purpose for -D option. + +### Changed + +* Changes all Virus Total options. +* Changes all Malshare options. +* Inverts Malpedia options ("m" and "M") purposes. +* Changes all URLhaus options. +* Changes all Polyswarm options. +* Changes -d option to Virus Total APIi v.3 with a new content. +* Upgrades, fixes and merges Android options. +* Updates Android options to Android 11 version. +* Swaps options -q and -Q from Threatcrowd. +* Changes configuration, setup and requirement files. + +### Removed + +* Removes Malshare option to check a binary. +* Removes all Valhalla options completely. +* Removes -g option. +* Removes -S and -z options. +* Removes -t and T options. +* Removes several support functions. +* Removes many option's letters used in previous versions. + +### Fixed + +* Fixes and changes Hybrid Analysis options. +* Fixes tag option from Triage. +* Fixes URL formatting issues from URLhaus. +* Fixes several color issues. +* Fixes descriptions. From 33b93df981ebf9c9692751ebe5eb74ce75186d88 Mon Sep 17 00:00:00 2001 From: Andreas Hunkeler Date: Mon, 15 Jul 2024 20:58:57 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md: fix version typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c570805..9e04167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed --> -## [6.0.9] - 2024-07-10 +## [6.0.0] - 2024-07-10 * It has been completely refactored. * README.md has been also changed.