From dff35c0820db01efadbb6cc5f70bfb101ffeb7f2 Mon Sep 17 00:00:00 2001 From: Sean Verity Date: Wed, 24 Jul 2013 19:02:47 -0400 Subject: [PATCH] Minor update to Target Selection. Refer to comments on #2128. --- modules/exploits/windows/mysql/mysql_mof.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/mysql/mysql_mof.rb b/modules/exploits/windows/mysql/mysql_mof.rb index 699ff7d07c..354211422e 100644 --- a/modules/exploits/windows/mysql/mysql_mof.rb +++ b/modules/exploits/windows/mysql/mysql_mof.rb @@ -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'