Skip to content

Commit

Permalink
Merge pull request #750 from BC-SECURITY/release/5.11.5
Browse files Browse the repository at this point in the history
v5.11.5 into main
  • Loading branch information
vinnybod committed Sep 22, 2024
2 parents dbf87fc + 34a216f commit ee6526b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.11.5] - 2024-09-22

- Updated Starkiller to v2.8.2
- Fixed various Python 3.12 SyntaxWarning

## [5.11.4] - 2024-09-04
Expand Down Expand Up @@ -931,7 +934,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.11.4...HEAD
[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.11.5...HEAD

[5.11.5]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.11.4...v5.11.5

[5.11.4]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.11.3...v5.11.4

Expand Down
2 changes: 1 addition & 1 deletion empire/server/common/empire.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

from . import agents, credentials, listeners, stagers

VERSION = "5.11.4 BC Security Fork"
VERSION = "5.11.5 BC Security Fork"

log = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion empire/server/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
ref: v2.8.2
auto_update: true
submodules:
auto_update: true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "empire-bc-security-fork"
version = "5.11.4"
version = "5.11.5"
description = ""
authors = ["BC Security <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ee6526b

Please sign in to comment.