Skip to content

Commit

Permalink
Update the kiwi extension to show correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
OJ committed Apr 11, 2017
1 parent 288e384 commit 6983b0f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -32,13 +32,13 @@ def name
#
# Initializes an instance of the priv command interaction. This function
# also outputs a banner which gives proper acknowledgement to the original
# author of the Mimikatz 2.0 software.
# author of the Mimikatz software.
#
def initialize(shell)
super
print_line
print_line
print_line(" .#####. mimikatz 2.1 (#{client.session_type})")
print_line(" .#####. mimikatz 2.1.1-20170409 (#{client.session_type})")
print_line(" .## ^ ##. \"A La Vie, A L'Amour\"")
print_line(" ## / \\ ## /* * *")
print_line(" ## \\ / ## Benjamin DELPY `gentilkiwi` ( benjamin@gentilkiwi.com )")
Expand Down

0 comments on commit 6983b0f

Please sign in to comment.