Set default target to 0 because there's only one

bug/bundler_fix
sinn3r 2013-08-12 19:44:48 -05:00 committed by Tod Beardsley
parent c0335cee26
commit 2d3c2c1c87
1 changed files with 3 additions and 2 deletions

View File

@ -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