From 716e9059b9d5b59e150d3749b688c374cc77b2ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:04:03 +0000 Subject: [PATCH] chore(master): release 1.40.0 --- CHANGELOG.md | 7 +++++++ core/lib/data/def.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de4a77c0d..d3babf1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.40.0](https://github.com/jm33-m0/emp3r0r/compare/v1.39.9...v1.40.0) (2024-12-24) + + +### Features + +* add http stager (with AES encryption) and independent HTTP listener ([66f4d8c](https://github.com/jm33-m0/emp3r0r/commit/66f4d8cc23a31381d57d93dec11478c7234fc87e)) + ## [1.39.9](https://github.com/jm33-m0/emp3r0r/compare/v1.39.8...v1.39.9) (2024-12-21) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index 713e6d427..cac7a5315 100644 --- a/core/lib/data/def.go +++ b/core/lib/data/def.go @@ -65,7 +65,7 @@ const ( // Version hardcoded version string // see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30 - Version = "v1.39.9" // x-release-please-version + Version = "v1.40.0" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128