Call update_info

Not sure why all modules don't do this. Or none of them.
unstable
James Lee 2012-06-12 13:01:36 -06:00
parent c564e9dcc4
commit 11df90c98e
1 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ class Metasploit3 < Msf::Exploit::Remote
include Msf::Auxiliary::Report include Msf::Auxiliary::Report
def initialize def initialize(info = {})
super({ super(update_info(info, {
'Name' => 'F5 BIG-IP SSH Private Key Exposure', 'Name' => 'F5 BIG-IP SSH Private Key Exposure',
'Version' => '$Revision$', 'Version' => '$Revision$',
'Description' => %q{ 'Description' => %q{
@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
], ],
'DefaultOptions' => { 'PAYLOAD' => 'cmd/unix/interact' }, 'DefaultOptions' => { 'PAYLOAD' => 'cmd/unix/interact' },
'DefaultTarget' => 0, 'DefaultTarget' => 0,
}) }))
register_options( register_options(
[ [