Update coverage information

bug/bundler_fix
wchen-r7 2015-07-17 16:23:00 -05:00
parent 255d8ed096
commit 0bd1dc017e
1 changed files with 8 additions and 1 deletions

View File

@ -20,10 +20,15 @@ class Metasploit3 < Msf::Exploit::Remote
7 setter of the flash.display.DisplayObject class. This module is an early release
tested on:
Windows XP SP3, IE8 and Flash 18.0.0.194,
Windows XP SP3, IE 8 and Flash 18.0.0.203,
Windows XP SP3, Firefox and Flash 18.0.0.203,
Windows Vista SP2 + IE 9 and Flash 18.0.0.203,
Windows Vista SP2 + Firefox 39.0 and Flash 18.0.0.203,
Windows 7 SP1 (32-bit), IE11 and Adobe Flash 18.0.0.203,
Windows 7 SP1 (32-bit), Firefox 38.0.5 and Adobe Flash 18.0.0.194,
Windows 7 SP1 (32-bit), IE9 and Adobe Flash Flash 18.0.0.203,
Windows 7 SP1 (32-bit), Firefox + Adobe Flash 18.0.0.194,
Windows 7 SP1 (32-bit), Firefox and Adobe Flash 18.0.0.194,
Windows 8.1 (32-bit), IE11 and Adobe Flash 18.0.0.194,
windows 8.1 (32-bit), Firefox and Adobe Flash 18.0.0.203,
Windows 8.1 (32-bit), Firefox and Adobe Flash 18.0.0.160 and
@ -54,6 +59,8 @@ class Metasploit3 < Msf::Exploit::Remote
:source => /script|headers/i,
:arch => ARCH_X86,
:os_name => lambda do |os|
os =~ OperatingSystems::Match::WINDOWS_XP ||
os =~ OperatingSystems::Match::WINDOWS_VISTA ||
os =~ OperatingSystems::Match::WINDOWS_7 ||
os =~ OperatingSystems::Match::WINDOWS_81
end,