From 46eb8a4484bbd845b8a49e8e3df6de6b91e9034b Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Wed, 2 Mar 2022 06:50:15 -0500 Subject: [PATCH] CHANGELOG: Add changelog entries for removing 32-bit agents. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6a83469..35be809b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - The order and content of Monkey Island's initialization logging to give clearer instructions to the user and avoid confusion. #1684 - The process list collection system info collector to now be a post-breach action. #1697 +- The "/api/monkey/download" endpoint to accept an OS and return a file. #1675 ### Removed - VSFTPD exploiter. #1533 @@ -47,6 +48,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - Zero Trust integration with ScoutSuite. #1669 - ShellShock exploiter. #1733 - ElasticGroovy exploiter. #1732 +- 32-bit agents. #1675 ### Fixed - A bug in network map page that caused delay of telemetry log loading. #1545