From d953755fd28ec61d04980621cab7498f5b1aa38a Mon Sep 17 00:00:00 2001 From: vakarisz Date: Mon, 31 Jan 2022 15:50:24 +0200 Subject: [PATCH] Changelog: fixup changelog entries for "1640 simplify log download" --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7bc734d..7c397a257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,13 @@ Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Added - credentials.json file for storing Monkey Island user login information. #1206 +- The ability to download the Monkey Island logs from the Infection Map page. #1640 ### Changed - "Communicate as Backdoor User" PBA's HTTP requests to request headers only and include a timeout. #1577 - The setup procedure for custom server_config.json files to be simpler. #1576 -- All logs can be downloaded from the Map page. #1640 +- "Logs" page renamed to "Telemetries". #1640 ### Removed - The VSFTPD exploiter. #1533 @@ -33,6 +34,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - Hostname system info collector. #1535 - Max iterations and timeout between iterations config options. #1600 - MITRE ATT&CK configuration screen. #1532 +- Island log download button from "Telemetries"(previously called "Logs") page. #1640 ### Fixed - A bug in network map page that caused delay of telemetry log loading. #1545