Minor update to Target Selection. Refer to comments on #2128.

bug/bundler_fix
Sean Verity 2013-07-24 19:02:47 -04:00
parent d478df520f
commit dff35c0820
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Platform' => 'win',
'Targets' =>
[
[ 'MySQL on Windows 2003 R2 SP2', { } ]
[ 'MySQL on Windows prior to Vista', { } ]
],
'DefaultTarget' => 0,
'DisclosureDate' => 'Dec 01 2012'