Skip to content

Commit 807f1e3

Browse files
committed
Fix target name
1 parent bf8dce5 commit 807f1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/fileformat/ms14_060_sandworm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def initialize(info={})
4747
'Arch' => ARCH_X86,
4848
'Targets' =>
4949
[
50-
['Windows 7 SP1 / Office 2010 SP1', {}],
50+
['Windows 7 SP1 / Office 2013', {}],
5151
],
5252
'Privileged' => false,
5353
'DisclosureDate' => "Oct 14 2014",

0 commit comments

Comments
 (0)