From a728fcc69902d105524ea6a1d1d49a4f76b9f1ba Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 5 May 2024 18:49:02 +0000 Subject: [PATCH 1/2] Prepare release 5.10.2 private --- CHANGELOG.md | 6 +++++- empire/server/common/empire.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 133b71488..1e768f8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.10.2] - 2024-05-05 + ## [5.10.1] - 2024-04-26 ### Added @@ -826,7 +828,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/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" From 471d8a09915d9270325fbef31fc7e1c839626441 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 5 May 2024 18:52:21 +0000 Subject: [PATCH 2/2] Update starkiller version to v2.8.1 --- CHANGELOG.md | 1 + empire/server/config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e768f8a5..d2d23ac98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ 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 diff --git a/empire/server/config.yaml b/empire/server/config.yaml index 1825b9db0..d35a3816b 100644 --- a/empire/server/config.yaml +++ b/empire/server/config.yaml @@ -44,10 +44,10 @@ database: ip-blacklist: "" starkiller: enabled: true - repo: git@github.com:BC-SECURITY/Starkiller-Sponsors.git + repo: https://github.com/BC-SECURITY/Starkiller.git directory: empire/server/api/v2/starkiller # Can be a branch, tag, or commit hash - ref: sponsors-main + ref: v2.8.1 auto_update: true submodules: auto_update: true