Skip to content

Commit

Permalink
Merge pull request #200 from BC-SECURITY/mimikatz
Browse files Browse the repository at this point in the history
Updated Mimikatz to 20200502 TPM, IF & XOR
  • Loading branch information
Cx01N authored May 10, 2020
2 parents 62716dd + 8e6b905 commit f83c0d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/module_source/credentials/Invoke-Mimikatz.ps1
100644 → 100755

Large diffs are not rendered by default.

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 f83c0d1

Please sign in to comment.