Set default target to 0 because there's only one
parent
c0335cee26
commit
2d3c2c1c87
|
@ -55,8 +55,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
]
|
||||
],
|
||||
'Privileged' => false,
|
||||
'DisclosureDate' => 'Jul 10 2013'
|
||||
))
|
||||
'DisclosureDate' => 'Jul 10 2013',
|
||||
'DefaultTarget' => 0
|
||||
))
|
||||
end
|
||||
|
||||
def exploit
|
||||
|
|
Loading…
Reference in New Issue