diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e1925d2d..ef970aaf7 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.10.2] - 2024-05-05 +- Updated Starkiller to v2.8.1 + ## [5.10.1] - 2024-04-26 - Updated Starkiller to v2.8.0 @@ -838,7 +841,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.10.1...HEAD +[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.10.2...HEAD + +[5.10.2]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.10.1...v5.10.2 [5.10.1]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.10.0...v5.10.1 diff --git a/empire/server/common/empire.py b/empire/server/common/empire.py index 53bfd6cd9..ec93cf073 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.10.1 BC Security Fork" +VERSION = "5.10.2 BC Security Fork" log = logging.getLogger(__name__) diff --git a/empire/server/config.yaml b/empire/server/config.yaml index 6b4766287..d35a3816b 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.8.0 + ref: v2.8.1 auto_update: true submodules: auto_update: true diff --git a/pyproject.toml b/pyproject.toml index 6b8124fb8..703d1d31a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "empire-bc-security-fork" -version = "5.10.1" +version = "5.10.2" description = "" authors = ["BC Security "] readme = "README.md"