Skip to content

Commit

Permalink
Merge pull request #766 from BC-SECURITY/release/5.12.1
Browse files Browse the repository at this point in the history
v5.12.1 into main
  • Loading branch information
vinnybod authored Jan 9, 2025
2 parents 5aeb633 + e93873f commit ed7fcf6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.12.1] - 2025-01-08

### Fixed

- Fixed issue with install script caused by Poetry 2.0

## [5.12.0] - 2024-12-14

- Reduce the check-in tests that were adding an unncessary amount of time to the CI
Expand Down Expand Up @@ -953,7 +959,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.12.0...HEAD
[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.12.1...HEAD

[5.12.1]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.12.0...v5.12.1

[5.12.0]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.11.7...v5.12.0

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.12.0 BC Security Fork"
VERSION = "5.12.1 BC Security Fork"

log = logging.getLogger(__name__)

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.12.0"
version = "5.12.1"
description = ""
authors = ["BC Security <[email protected]>"]
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ fi
echo -e "\x1b[1;34m[*] Installing Packages\x1b[0m"
poetry config virtualenvs.in-project true
poetry config virtualenvs.prefer-active-python true
poetry install
echo -e '\x1b[1;32m[+] Install Complete!\x1b[0m'
Expand Down

0 comments on commit ed7fcf6

Please sign in to comment.