Land #10703, Update payloads to include the new Kiwi release

4.x
bwatters-r7 2018-09-28 14:43:51 -05:00 committed by Jeffrey Martin
parent c87b6bba0b
commit c49402b506
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
3 changed files with 10 additions and 11 deletions

View File

@ -18,7 +18,7 @@ PATH
metasploit-concern
metasploit-credential (< 3.0.0)
metasploit-model
metasploit-payloads (= 1.3.51)
metasploit-payloads (= 1.3.52)
metasploit_data_models (< 3.0.0)
metasploit_payloads-mettle (= 0.4.2)
mqtt
@ -157,7 +157,7 @@ GEM
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-payloads (1.3.51)
metasploit-payloads (1.3.52)
metasploit_data_models (2.0.16)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -223,7 +223,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (12.3.1)
rb-readline (0.5.5)
recog (2.1.23)
recog (2.1.22)
nokogiri
redcarpet (3.4.0)
rex-arch (0.1.13)
@ -296,7 +296,7 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.8.0)
ruby-macho (2.1.0)
ruby-macho (2.0.0)
ruby-rc4 (0.1.5)
ruby_smb (1.0.4)
bindata

View File

@ -37,13 +37,12 @@ class Console::CommandDispatcher::Kiwi
def initialize(shell)
super
print_line
print_line
print_line(" .#####. mimikatz 2.1.1 20180820 (#{client.session_type})")
print_line(" .#####. mimikatz 2.1.1 20180925 (#{client.session_type})")
print_line(" .## ^ ##. \"A La Vie, A L'Amour\"")
print_line(" ## / \\ ## /* * *")
print_line(" ## \\ / ## Benjamin DELPY `gentilkiwi` ( benjamin@gentilkiwi.com )")
print_line(" '## v ##' http://blog.gentilkiwi.com/mimikatz (oe.eo)")
print_line(" '#####' Ported to Metasploit by OJ Reeves `TheColonial` * * */")
print_line(" ## / \\ ## /*** Benjamin DELPY `gentilkiwi` ( benjamin@gentilkiwi.com )")
print_line(" ## \\ / ## > http://blog.gentilkiwi.com/mimikatz")
print_line(" '## v ##' Vincent LE TOUX ( vincent.letoux@gmail.com )")
print_line(" '#####' > http://pingcastle.com / http://mysmartlogon.com ***/")
print_line
si = client.sys.config.sysinfo

View File

@ -70,7 +70,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.3.51'
spec.add_runtime_dependency 'metasploit-payloads', '1.3.52'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.4.2'
# Needed by msfgui and other rpc components