Skip to content

Commit dff35c0

Browse files
committed
Minor update to Target Selection. Refer to comments on rapid7#2128.
1 parent d478df5 commit dff35c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/mysql/mysql_mof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(info = {})
4141
'Platform' => 'win',
4242
'Targets' =>
4343
[
44-
[ 'MySQL on Windows 2003 R2 SP2', { } ]
44+
[ 'MySQL on Windows prior to Vista', { } ]
4545
],
4646
'DefaultTarget' => 0,
4747
'DisclosureDate' => 'Dec 01 2012'

0 commit comments

Comments
 (0)