From bc422128f5e8401ab39abbc2efbce9a5f63a7dc1 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Tue, 5 Oct 2021 17:16:51 +0300 Subject: [PATCH] Monkey: add CHANGELOG.md entry about fixed Mimikatz credential collector when Azure credential collector is disabled --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d56de4aa8..12cd86301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - Some of the gathered credentials no longer appear in database plaintext. #1454 - Encryptor breaking with UTF-8 characters. (Passwords in different languages can be submitted in the config successfully now.) #1490 +- Mimikatz collector no longer fails if Azure credential collector is disabled. #1512 #1493 ### Security