diff --git a/Gemfile.lock b/Gemfile.lock index ebb5aa1d17..91561a72a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ PATH metasploit-concern metasploit-credential metasploit-model - metasploit-payloads (= 1.2.21) + metasploit-payloads (= 1.2.22) metasploit_data_models metasploit_payloads-mettle (= 0.1.8) msgpack @@ -215,7 +215,7 @@ GEM activemodel (~> 4.2.6) activesupport (~> 4.2.6) railties (~> 4.2.6) - metasploit-payloads (1.2.21) + metasploit-payloads (1.2.22) metasploit_data_models (2.0.14) activerecord (~> 4.2.6) activesupport (~> 4.2.6) diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/kiwi.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/kiwi.rb index 67237c21bb..5cd9fd0dd9 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/kiwi.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/kiwi.rb @@ -32,13 +32,13 @@ class Console::CommandDispatcher::Kiwi # # 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 )") diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec index 18cee7d6f5..235b920d6f 100644 --- a/metasploit-framework.gemspec +++ b/metasploit-framework.gemspec @@ -65,7 +65,7 @@ Gem::Specification.new do |spec| # are needed when there's no database spec.add_runtime_dependency 'metasploit-model' # Needed for Meterpreter - spec.add_runtime_dependency 'metasploit-payloads', '1.2.21' + spec.add_runtime_dependency 'metasploit-payloads', '1.2.22' # Needed for the next-generation POSIX Meterpreter spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.1.8' # Needed by msfgui and other rpc components