We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288e384 commit 6983b0fCopy full SHA for 6983b0f
lib/rex/post/meterpreter/ui/console/command_dispatcher/kiwi.rb
@@ -32,13 +32,13 @@ def name
32
#
33
# Initializes an instance of the priv command interaction. This function
34
# also outputs a banner which gives proper acknowledgement to the original
35
- # author of the Mimikatz 2.0 software.
+ # author of the Mimikatz software.
36
37
def initialize(shell)
38
super
39
print_line
40
41
- print_line(" .#####. mimikatz 2.1 (#{client.session_type})")
+ print_line(" .#####. mimikatz 2.1.1-20170409 (#{client.session_type})")
42
print_line(" .## ^ ##. \"A La Vie, A L'Amour\"")
43
print_line(" ## / \\ ## /* * *")
44
print_line(" ## \\ / ## Benjamin DELPY `gentilkiwi` ( [email protected] )")
0 commit comments