#2689 Updated changelog

This commit is contained in:
Archer Bowen
2024-08-13 10:30:44 +01:00
parent 845a4c6bd6
commit c36af13a66

View File

@@ -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`