Skip to content

Commit c3bf52f

Browse files
committed
Update starkiller version to v2.6.1
1 parent 2241871 commit c3bf52f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
## [5.7.3] - 2023-10-17
11+
- Updated Starkiller to v2.6.1
1112

1213
- Fixed global obfuscation not working on modules (@Cx01N)
1314
- Added bypass module in PowerShell to run bypasses after agent is staged (@Cx01N)

empire/server/config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ database:
4040
# format is "192.168.1.1,192.168.1.10-192.168.1.100,10.0.0.0/8"
4141
ip-blacklist: ""
4242
starkiller:
43-
repo: git@github.com:BC-SECURITY/Starkiller-Sponsors.git
43+
repo: https://github.com/BC-SECURITY/Starkiller.git
4444
directory: empire/server/api/v2/starkiller
4545
# Can be a branch, tag, or commit hash
46-
ref: sponsors-main
46+
ref: v2.6.1
4747
auto_update: true
4848
plugins:
4949
# Auto-load plugin with defined settings

0 commit comments

Comments
 (0)