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,
|
'Privileged' => false,
|
||||||
'DisclosureDate' => 'Jul 10 2013'
|
'DisclosureDate' => 'Jul 10 2013',
|
||||||
))
|
'DefaultTarget' => 0
|
||||||
|
))
|
||||||
end
|
end
|
||||||
|
|
||||||
def exploit
|
def exploit
|
||||||
|
|
Loading…
Reference in New Issue