[Bug] Spaces in Command option in Mimikatz task are splitting commands
- Dominant language
- C#
- Stars
- 4.7k
- Forks
- 822
- PR merge metrics
- No merged PRs in 30d
Description
Bug
I am trying to exetute this command within Mimikatz:
dpapi::chrome /in:"%localappdata%\Google\Chrome\User Data\Defaults\Cookies" /unprotect
So I put it into command field, but Task executor divide "dpapi::chrome" and rest of command (i.e /in:...)and treat is as separate commands.
Howto execute such one-liner with parameter that also need to be in quotes?
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Grunts'
2. Click on 'Active Grunt' ->Tasks
3. Choose "Mimikatz" GruntTask
4. Put in Command field this expression: dpapi::chrome /in:"%localappdata%\Google\Chrome\User Data\Defaults\Cookies" /unprotect"
5. Click Task Button
6. See the error.
**Expected behavior**
Command should run at once with all parameters after spaces.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.