diff --git a/CHANGELOG.md b/CHANGELOG.md index c354aa14..f06301a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `User`, `UserManager` and `UserSessionManager` to enable the creation of user accounts and login on Nodes. - Added a `listen_on_ports` set in the `IOSoftware` class to enable software listening on ports in addition to the main port they're assigned. +- Added two new red applications: ``C2Beacon`` and ``C2Server`` which aim to simulate malicious network infrastructure. + Refer to the ``Command and Control Application Suite E2E Demonstration`` notebook for more information. ### Changed - Updated `SoftwareManager` `install` and `uninstall` to handle all functionality that was being done at the `install`