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