From f083adad1095b8ca993c5eaffbf0f4aad30f9bf0 Mon Sep 17 00:00:00 2001 From: Vince Rose Date: Tue, 3 Sep 2024 21:22:25 -0700 Subject: [PATCH] Reapply "Merge branch 'main' into private-main" This reverts commit 4c3f7766d3c0c2b012da4f7e5926a170527e9e48. --- CHANGELOG.md | 13 +++++++++++++ docs/README.md | 5 +---- empire/server/config.yaml | 4 ++-- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c663361fc..0096643c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -103,8 +103,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed BypassUACCommand due to compatibility with only Covenant (@Cx01N) ## [5.10.2] - 2024-05-05 +- Updated Starkiller to v2.8.1 ## [5.10.1] - 2024-04-26 +- Updated Starkiller to v2.8.0 ### Added @@ -145,6 +147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed module generation error in ComputerDetails (@Cx01N) ## [5.9.5] - 2024-02-22 +- Updated Starkiller to v2.7.3 ## [5.9.4] - 2024-02-17 @@ -165,6 +168,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed skywalker exploit (again) and added tests (@Cx01N) ## [5.9.2] - 2024-01-31 +- Updated Starkiller to v2.7.2 ### Fixed @@ -249,6 +253,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed the publishing of docker images to go to the correct DockerHub coordinate (@Vinnybod) ## [5.8.1] - 2023-11-30 +- Updated Starkiller to v2.7.1 ### Added @@ -323,6 +328,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.7.3] - 2023-10-17 +- Updated Starkiller to v2.6.1 - Fixed global obfuscation not working on modules (@Cx01N) - Added bypass module in PowerShell to run bypasses after agent is staged (@Cx01N) - Fixed IronPython and Python stagers not getting obfuscation applied (@Cx01N) @@ -355,6 +361,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.6.3] - 2023-08-27 +- Updated Starkiller to v2.5.3 - Added Advanced Reporting Plugin and dependencies (@Cx01N) - Pin linters in the workflow - Catch error when starting up database that was seeded by an older version of Empire (@Vinnybod) @@ -386,9 +393,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix changelog link in README (@theguly) ## [5.5.4] - 2023-07-20 +- Updated Starkiller to v2.4.3 ## [5.5.3] - 2023-07-20 +- Updated Starkiller to v2.4.2 - Updated restip message to show IP address on server (@Cx01N) - Fixed onedrive taskings for powershell (@Cx01N) - Update pyyaml to 6.0.1 to avoid build issue from cython (@Vinnybod) @@ -438,6 +447,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.4.2] - 2023-06-07 +- Updated Starkiller to v2.3.2 - Fixed python modules not running properly (Cx01N) - Updated python multi_socks to run with Python 3 (Cx01N) @@ -461,6 +471,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.2.2] - 2023-04-30 +- Updated Starkiller to v2.2.0 - Dependency upgrades (@Vinnybod) ## [5.2.1] - 2023-04-30 @@ -486,6 +497,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.1.2] - 2023-03-29 +- Updated Starkiller to v2.1.1 - Removed thread from IronPython agent (@Hubbl3) - Fixed foreign listener issue with cookies (@Hubbl3) - Fixed error message handling for port forward pivot (@Cx01N) @@ -518,6 +530,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.0.3] - 2023-02-20 +- Updated Starkiller to v2.0.5 - Fix Invoke-Kerberoast with etype 17 or 18 (@AdrianVollmer) - Add 3.11 support, bump Dockerfile to 3.11, bump Debian install to 3.8.16 (@Cx01N) - Update the GitHub actions to remove usages of deprecated ::set-output function (@Vinnybod) diff --git a/docs/README.md b/docs/README.md index 883e64314..06e9528bf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -44,10 +44,7 @@ Empire is a post-exploitation and adversary emulation framework that is used to * And Many More ## Sponsors - -       [](https://www.sans.org/cyber-security-courses/red-team-operations-adversary-emulation/) - -      [![](https://user-images.githubusercontent.com/20302208/208271681-235c914b-5359-426e-8a3d-903bbd018847.png)](https://www.cybrary.it/)    +       [](https://www.route4me.com) ## Help us Improve! 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