Changelog: Formatting changes and other small fixes
This commit is contained in:
parent
1b74119812
commit
bc3b1b274f
37
CHANGELOG.md
37
CHANGELOG.md
|
@ -13,12 +13,12 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- The name of the "Communicate as new user" post-breach action to "Communicate
|
- The name of the "Communicate as new user" post-breach action to "Communicate
|
||||||
as backdoor user". #1410
|
as backdoor user". #1410
|
||||||
- Resetting login credentials also cleans the contents of the database. #1495
|
- Resetting login credentials also cleans the contents of the database. #1495
|
||||||
- ATT&CK report messages (more accurate now). #1483
|
- ATT&CK report messages (more accurate now). #1483
|
||||||
- T1086 (PowerShell) now also reports if ps1 scripts were run by PBAs. #1513
|
- T1086 (PowerShell) now also reports if ps1 scripts were run by PBAs. #1513
|
||||||
- ATT&CK report messages to include empty internal config options as reasons for unscanned attack
|
- ATT&CK report messages to include internal config options as reasons
|
||||||
techniques. #1518
|
for unscanned attack techniques. #1518
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Internet access check on agent start. #1402
|
- Internet access check on agent start. #1402
|
||||||
|
@ -32,13 +32,12 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- The "deployment" field from the server_config.json #1205
|
- The "deployment" field from the server_config.json #1205
|
||||||
- The "Execution through module load" ATT&CK technique,
|
- The "Execution through module load" ATT&CK technique,
|
||||||
since it can no longer be exercise with current code. #1416
|
since it can no longer be exercise with current code. #1416
|
||||||
- Browser window popup when Monkey Island starts on Windows. #1428
|
- Browser window pop-up when Monkey Island starts on Windows. #1428
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Misaligned buttons and input fields on exploiter and network configuration
|
- Misaligned buttons and input fields on exploiter and network configuration
|
||||||
pages. #1353
|
pages. #1353
|
||||||
- Credentials shown in plain text on configuration screens. #1183
|
- Credentials shown in plain text on configuration screens. #1183
|
||||||
- Typo "trough" -> "through" in telemetry and docstring.
|
|
||||||
- Crash when unexpected character encoding is used by ping command on German
|
- Crash when unexpected character encoding is used by ping command on German
|
||||||
language systems. #1175
|
language systems. #1175
|
||||||
- Malfunctioning timestomping PBA. #1405
|
- Malfunctioning timestomping PBA. #1405
|
||||||
|
@ -47,24 +46,28 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- Overlapping Guardicore logo in the landing page. #1441
|
- Overlapping Guardicore logo in the landing page. #1441
|
||||||
- PBA table collapse in security report on data change. #1423
|
- PBA table collapse in security report on data change. #1423
|
||||||
- Unsigned Windows agent binaries in Linux packages are now signed. #1444
|
- Unsigned Windows agent binaries in Linux packages are now signed. #1444
|
||||||
- Some of the gathered credentials no longer appear in database plaintext. #1454
|
- Some of the gathered credentials no longer appear in plaintext in the
|
||||||
- Encryptor breaking with UTF-8 characters. (Passwords in different languages can be submitted in
|
database. #1454
|
||||||
the config successfully now.) #1490
|
- Encryptor breaking with UTF-8 characters. (Passwords in different languages
|
||||||
- Mimikatz collector no longer fails if Azure credential collector is disabled. #1512 #1493
|
can be submitted in the config successfully now.) #1490
|
||||||
- Unhandled error when "modify shell startup files PBA" is unable to find regular users. #1507
|
- Mimikatz collector no longer fails if Azure credential collector is disabled.
|
||||||
- ATT&CK report bug that showed different techniques' results under a technique if the PBA behind
|
#1512, #1493
|
||||||
them was the same. #1514
|
- Unhandled error when "modify shell startup files PBA" is unable to find
|
||||||
- ATT&CK report bug that said that the technique "`.bash_profile` and `.bashrc`" was not attempted
|
regular users. #1507
|
||||||
when it actually was attempted but failed. #1511
|
- ATT&CK report bug that showed different techniques' results under a technique
|
||||||
|
if the PBA behind them was the same. #1514
|
||||||
|
- ATT&CK report bug that said that the technique "`.bash_profile` and
|
||||||
|
`.bashrc`" was not attempted when it actually was attempted but failed. #1511
|
||||||
- Bug that periodically cleared the telemetry table's filter. #1392
|
- Bug that periodically cleared the telemetry table's filter. #1392
|
||||||
- Crashes, stack traces, and other malfunctions when data from older versions of Infection Monkey is
|
- Crashes, stack traces, and other malfunctions when data from older versions
|
||||||
present in the data directory. #1114
|
of Infection Monkey is present in the data directory. #1114
|
||||||
- Broken update links. #1524
|
- Broken update links. #1524
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
- Generate a random password when creating a new user for CommunicateAsNewUser
|
- Generate a random password when creating a new user for CommunicateAsNewUser
|
||||||
PBA. #1434
|
PBA. #1434
|
||||||
- Credentials gathered from victim machines are no longer stored plaintext in the database. #1454
|
- Credentials gathered from victim machines are no longer stored plaintext in
|
||||||
|
the database. #1454
|
||||||
- Encrypt the database key with user's credentials. #1463
|
- Encrypt the database key with user's credentials. #1463
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue