diff --git a/CHANGELOG.md b/CHANGELOG.md index 6552ad97d..eb34730fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.9.4] - 2024-02-17 + +### Fixed + +- Fixed downloads for C# agent (@Cx01N) + ## [5.9.3] - 2024-02-09 ### Added @@ -788,7 +794,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated shellcoderdi to newest version (@Cx01N) - Added a Nim launcher (@Hubbl3) -[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.9.3...HEAD +[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.9.4...HEAD + +[5.9.4]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.9.3...v5.9.4 [5.9.3]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.9.2...v5.9.3 diff --git a/empire/server/common/empire.py b/empire/server/common/empire.py index a2a3311ff..94ed24dfd 100755 --- a/empire/server/common/empire.py +++ b/empire/server/common/empire.py @@ -38,7 +38,7 @@ from . import agents, credentials, listeners, stagers -VERSION = "5.9.3 BC Security Fork" +VERSION = "5.9.4 BC Security Fork" log = logging.getLogger(__name__) diff --git a/empire/server/csharp/Covenant/Data/ReferenceSourceLibraries/Sharpire b/empire/server/csharp/Covenant/Data/ReferenceSourceLibraries/Sharpire index faeee5c31..74895c043 160000 --- a/empire/server/csharp/Covenant/Data/ReferenceSourceLibraries/Sharpire +++ b/empire/server/csharp/Covenant/Data/ReferenceSourceLibraries/Sharpire @@ -1 +1 @@ -Subproject commit faeee5c315b3d0da57e3415a983c3cb667c7c186 +Subproject commit 74895c0431086d0bd9033085e49c300e1f33dfa7 diff --git a/pyproject.toml b/pyproject.toml index 991430393..38ac00bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "empire-bc-security-fork" -version = "5.9.3" +version = "5.9.4" description = "" authors = ["BC Security "] readme = "README.md"