diff --git a/CHANGELOG.md b/CHANGELOG.md index eb34730fa..8715e3191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.9.5] - 2024-02-22 +- Updated Starkiller to v2.7.3 + ## [5.9.4] - 2024-02-17 ### Fixed @@ -794,7 +797,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.4...HEAD +[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.9.5...HEAD + +[5.9.5]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.9.4...v5.9.5 [5.9.4]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.9.3...v5.9.4 diff --git a/empire/server/common/empire.py b/empire/server/common/empire.py index 94ed24dfd..9c131ea8f 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.4 BC Security Fork" +VERSION = "5.9.5 BC Security Fork" log = logging.getLogger(__name__) diff --git a/empire/server/config.yaml b/empire/server/config.yaml index 70a3e4812..8cc50644d 100644 --- a/empire/server/config.yaml +++ b/empire/server/config.yaml @@ -47,7 +47,7 @@ starkiller: repo: https://github.com/BC-SECURITY/Starkiller.git directory: empire/server/api/v2/starkiller # Can be a branch, tag, or commit hash - ref: v2.7.2 + ref: v2.7.3 auto_update: true plugins: # Auto-load plugin with defined settings diff --git a/pyproject.toml b/pyproject.toml index 38ac00bc7..bce9c27f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "empire-bc-security-fork" -version = "5.9.4" +version = "5.9.5" description = "" authors = ["BC Security "] readme = "README.md"