Skip to content

Commit

Permalink
Updated Mimikatz command to have option to run without admin - #193
Browse files Browse the repository at this point in the history
  • Loading branch information
Cx01N committed May 7, 2020
1 parent 17e4427 commit 8e6b905
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/modules/powershell/credentials/mimikatz/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ def __init__(self, mainMenu, params=[]):
'Author': ['@JosephBialek', '@gentilkiwi'],

'Description': ("Runs PowerSploit's Invoke-Mimikatz function "
"with a custom command."),
"with a custom command. Note: Not all functions "
"require admin, but many do."),

'Background' : True,

'OutputExtension' : None,

'NeedsAdmin' : True,
'NeedsAdmin' : False,

'OpsecSafe' : True,

Expand Down

0 comments on commit 8e6b905

Please sign in to comment.