Skip to content

Commit 4a781f4

Browse files
committed
updated examples in mimikatz module
1 parent cd71cb7 commit 4a781f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
import os
33

4-
sharpyshell_version='1.1.13'
4+
sharpyshell_version='1.1.14'
55

66
header = '#SharPyShell v' + sharpyshell_version + ' - @splinter_code'
77
banner = """

modules/mimikatz.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ class Mimikatz(Module):
5858
Examples:
5959
Run mimikatz as the current user
6060
#mimikatz
61+
Run mimikatz dll
62+
#mimikatz 'dll'
6163
Run mimikatz as a specific local user
6264
#mimikatz 'ps1' 'user1' 'password1'
6365
Run mimikatz as a specific domain user

0 commit comments

Comments
 (0)