Land #8224, Update the kiwi extension to show correct version number
commit
6c3710bf6f
|
@ -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)
|
||||
|
|
|
@ -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 )")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue