Update two modules to use the new unified cmdstager

bug/bundler_fix
Spencer McIntyre 2014-05-09 11:24:29 -04:00
parent 1b4b4fd1c0
commit 41d721a861
2 changed files with 6 additions and 4 deletions

View File

@ -9,7 +9,7 @@ class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking Rank = ExcellentRanking
include Msf::Exploit::Remote::HttpClient include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::CmdStagerEcho include Msf::Exploit::CmdStager
def initialize(info = {}) def initialize(info = {})
super(update_info(info, super(update_info(info,
@ -59,6 +59,7 @@ class Metasploit3 < Msf::Exploit::Remote
} }
], ],
], ],
'CmdStagerFlavor' => 'echo',
'DefaultTarget' => 0 'DefaultTarget' => 0
)) ))
end end

View File

@ -9,7 +9,7 @@ class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking Rank = ExcellentRanking
include Msf::Exploit::Remote::HttpClient include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::CmdStagerEcho include Msf::Exploit::CmdStager
def initialize(info = {}) def initialize(info = {})
super(update_info(info, super(update_info(info,
@ -62,6 +62,7 @@ class Metasploit3 < Msf::Exploit::Remote
} }
], ],
], ],
'CmdStagerFlavor' => 'echo',
'DefaultTarget' => 0 'DefaultTarget' => 0
)) ))
end end