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
I'd like to pass all of these commands to Mimikatz as command line arguments, but I can't figure out how to wrap one of the parameters so that it is handled properly:
The /new:"Domain Admins" is what I am having problems with. The Domain Admins group has a space in it so I need to wrap it in quotes. But mimikatz does not parse the properly and breaks the command link flow.
Is there a way to properly pass embedded or escaped quotes so that the command line succeeds?
Thanks.
The text was updated successfully, but these errors were encountered:
I'd like to pass all of these commands to Mimikatz as command line arguments, but I can't figure out how to wrap one of the parameters so that it is handled properly:
mimikatz.exe privilege::debug sid::patch sid::add /sam:jeffl /new:"Domain Admins" exit
The /new:"Domain Admins" is what I am having problems with. The Domain Admins group has a space in it so I need to wrap it in quotes. But mimikatz does not parse the properly and breaks the command link flow.
Is there a way to properly pass embedded or escaped quotes so that the command line succeeds?
Thanks.
The text was updated successfully, but these errors were encountered: