Skip to content

Commit

Permalink
Merge branch 'main' into release/5.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnybod authored Dec 22, 2023
2 parents 2e592fe + 53d8775 commit 934b500
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,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

Expand Down Expand Up @@ -108,6 +109,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)
Expand Down Expand Up @@ -140,6 +142,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)
Expand Down Expand Up @@ -171,9 +174,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)
Expand Down Expand Up @@ -223,6 +228,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)

Expand All @@ -246,6 +252,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
Expand All @@ -271,6 +278,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)
Expand Down Expand Up @@ -303,6 +311,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)
Expand Down
4 changes: 2 additions & 2 deletions empire/server/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,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.7.1
auto_update: true
plugins:
# Auto-load plugin with defined settings
Expand Down

0 comments on commit 934b500

Please sign in to comment.