forked from p34709852/monkey
Move changelog entries from PR #1433 from v1.11.0 to unreleased
This commit is contained in:
parent
09f14687d3
commit
00ccc3755d
|
@ -6,11 +6,16 @@ The format is based on [Keep a
|
||||||
Changelog](https://keepachangelog.com/en/1.0.0/).
|
Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Changed
|
||||||
|
- The name of the "Communicate as new user" post-breach action to "Communicate
|
||||||
|
as backdoor user". #1410
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Internet access check on agent start. #1402
|
- Internet access check on agent start. #1402
|
||||||
- The "internal.monkey.internet_services" configuration option that enabled
|
- The "internal.monkey.internet_services" configuration option that enabled
|
||||||
internet access checks. #1402
|
internet access checks. #1402
|
||||||
- Disused traceroute binaries. #1397
|
- Disused traceroute binaries. #1397
|
||||||
|
- "Back door user" post-breach action. #1410
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Misaligned buttons and input fields on exploiter and network configuration
|
- Misaligned buttons and input fields on exploiter and network configuration
|
||||||
|
@ -70,13 +75,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- Improve runtime of some unit tests. #1125
|
- Improve runtime of some unit tests. #1125
|
||||||
- Run curl OR wget (not both) when attempting to communicate as a new user on
|
- Run curl OR wget (not both) when attempting to communicate as a new user on
|
||||||
Linux. #1407
|
Linux. #1407
|
||||||
- The name of the "Communicate as new user" post-breach action to "Communicate
|
|
||||||
as backdoor user". #1410
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Relevant dead code as reported by Vulture. #1149
|
- Relevant dead code as reported by Vulture. #1149
|
||||||
- Island logger config and --logger-config CLI option. #1151
|
- Island logger config and --logger-config CLI option. #1151
|
||||||
- "Back door user" post-breach action. #1410
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Attempt to delete a directory when monkey config reset was called. #1054
|
- Attempt to delete a directory when monkey config reset was called. #1054
|
||||||
|
|
Loading…
Reference in New Issue