Skip to content

Commit 6983b0f

Browse files
committed
Update the kiwi extension to show correct version number
1 parent 288e384 commit 6983b0f

File tree

1 file changed

+2
-2
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher

1 file changed

+2
-2
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/kiwi.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ def name
3232
#
3333
# Initializes an instance of the priv command interaction. This function
3434
# also outputs a banner which gives proper acknowledgement to the original
35-
# author of the Mimikatz 2.0 software.
35+
# author of the Mimikatz software.
3636
#
3737
def initialize(shell)
3838
super
3939
print_line
4040
print_line
41-
print_line(" .#####. mimikatz 2.1 (#{client.session_type})")
41+
print_line(" .#####. mimikatz 2.1.1-20170409 (#{client.session_type})")
4242
print_line(" .## ^ ##. \"A La Vie, A L'Amour\"")
4343
print_line(" ## / \\ ## /* * *")
4444
print_line(" ## \\ / ## Benjamin DELPY `gentilkiwi` ( [email protected] )")

0 commit comments

Comments
 (0)