From 31f6d8f79cd452498ddb46a7e911b00ca79dbacb Mon Sep 17 00:00:00 2001 From: Anthony Rose <20302208+Cx01N@users.noreply.github.com> Date: Sat, 20 Jul 2024 14:08:15 -0400 Subject: [PATCH] Fixed job tasking for sharpire agent (#855) * fixed job tasking for sharpire agent * added changelog --- CHANGELOG.md | 6 ++++-- .../csharp/Covenant/Data/ReferenceSourceLibraries/Sharpire | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbf7454e..45070e15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fixed issue of Sharpire taskings not getting assigned correct id (@Cx01N) + ## [5.11.0] - 2024-07-14 ### Added @@ -28,9 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed issue in python agents where background jobs were failed due to a missing character (@Cx01N) - Fixed task bundling for the c# server plugin (@Cx01N) -- Fixed issue in python agents where background jobs were failed due to a missing character (@Cx01N) - Fixed missing New-GPOImmediateTask in powerview (@Cx01N) -- Fixed issue in python agents where background jobs were failed due to a missing character (@Cx01N) - Fixed NET45 missing folder causing a compilation error (@Cx01N) - Fixed NET45 files not being removed on server reset (@Cx01N) diff --git a/empire/server/csharp/Covenant/Data/ReferenceSourceLibraries/Sharpire b/empire/server/csharp/Covenant/Data/ReferenceSourceLibraries/Sharpire index c6f19540b..e22da60f4 160000 --- a/empire/server/csharp/Covenant/Data/ReferenceSourceLibraries/Sharpire +++ b/empire/server/csharp/Covenant/Data/ReferenceSourceLibraries/Sharpire @@ -1 +1 @@ -Subproject commit c6f19540ba2dbf6e743e06bdde08a25b82eae704 +Subproject commit e22da60f40c8e5b0268ab601bc848f1415bb9848