Skip to content

Commit 6de8167

Browse files
committed
Prepare release 5.7.3 private
1 parent 9c34547 commit 6de8167

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [5.7.3] - 2023-10-17
11+
1012
- Fixed global obfuscation not working on modules (@Cx01N)
1113
- Added bypass module in PowerShell to run bypasses after agent is staged (@Cx01N)
1214
- Fixed IronPython and Python stagers not getting obfuscation applied (@Cx01N)
@@ -600,7 +602,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
600602
- Updated shellcoderdi to newest version (@Cx01N)
601603
- Added a Nim launcher (@Hubbl3)
602604

603-
[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.7.2...HEAD
605+
[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.7.3...HEAD
606+
607+
[5.7.3]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.7.2...v5.7.3
604608

605609
[5.7.2]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.7.1...v5.7.2
606610

empire/server/common/empire.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
from . import agents, credentials, listeners, stagers
4141

42-
VERSION = "5.7.2 BC Security Fork"
42+
VERSION = "5.7.3 BC Security Fork"
4343

4444
log = logging.getLogger(__name__)
4545

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "empire-bc-security-fork"
3-
version = "5.7.2"
3+
version = "5.7.3"
44
description = ""
55
authors = ["BC Security <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)