You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+47-2Lines changed: 47 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,53 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
15
15
## [Unreleased]
16
16
17
+
## [6.4.1] - 2026-02-15
18
+
- Updated Starkiller to v3.3.0
19
+
20
+
### Added
21
+
22
+
- Added `config.user.yaml` layering support — create a `config.user.yaml` next to `config.yaml` to override specific settings without modifying the base config
23
+
- Added `auto_install` option to `plugin_marketplace` config for automatic plugin installation during setup
24
+
- Added `server.socketio` config option to disable Socket.IO (default: `true`)
25
+
- Added C# spawn module with Powershell and C# executables
26
+
27
+
### Fixed
28
+
29
+
- Fixed Go agent failing to run powershell modules that are too long
30
+
- Removed StagerURI from http listeners
31
+
- Fixed HTTP hop listener not getting proper host address
32
+
- Fixed arguments for bof module netloggedon
33
+
- Fixed option ComputerName being removed from modules without custom_generate
34
+
- Fixed missing CompatibleDotNetVersions for ShellcmdRunas and ShellRunAs
35
+
- Fixed missing CompatibleDotNetVersions for Assembly and AssemblyReflect
36
+
- Fixed parameter error when running Sharpsploit.Assembly
37
+
38
+
## [6.4.0] - 2026-01-18
39
+
40
+
17
41
### Added
18
42
19
43
- Added Debian 13 support
20
44
- Added error message if running `ps-empire server` under root without `-f`
21
-
- Added Get-ClipboardHistory PowerShell module to enumerate Windows clipboard history (Windows 10/11) via WinRT APIs
45
+
- Added `hide_disabled` parameter to `GET /api/v2/modules/` endpoint
46
+
- Added a health check endpoint at `/healthz`
47
+
- Added `module_options` to `AgentTask` and `plugin_options` to `PluginTask` for better execution tracking
48
+
- Added `-c` (compile from source) and `-o` (override) options to `ps-empire`
22
49
- Added local ticket support to Invoke-PSRemoting module
50
+
- Added an endpoint to stop background jobs on agents
51
+
- Added foreground C# tasking support to IronPython agent
52
+
- Added Get-ClipboardHistory PowerShell module to enumerate Windows clipboard history (Windows 10/11) via WinRT APIs
53
+
54
+
### Changed
55
+
56
+
- Updated the module categeories to be more clear
57
+
- Updated FastAPI deps to use Annotated types
58
+
- Changed StratumMiner, Moriarty, and Sharpup to background tasks
59
+
- Updated empire-compiler to v0.4.3
60
+
61
+
### Fixed
62
+
63
+
- Fixed results not coming back properly for powershell agents on C# background tasks
23
64
24
65
## [6.3.0] - 2025-12-11
25
66
- Updated Starkiller to v3.2.0
@@ -1206,7 +1247,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments