Skip to content

Commit a6467f4

Browse files
committed
Update description
1 parent 455a3b6 commit a6467f4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

modules/exploits/windows/local/ms15_051_client_copy_image.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def initialize(info={})
2121
'Name' => 'Windows ClientCopyImage Win32k Exploit',
2222
'Description' => %q{
2323
This module exploits improper object handling in the win32k.sys kernel mode driver.
24-
This module has been tested on vulnerable builds of Windows 7 x64 and x86. The
25-
exploit should also work on earlier builds of windows.
24+
This module has been tested on vulnerable builds of Windows 7 x64 and x86, and
25+
Windows 2008 R2 SP1 x64. The exploit should also work on earlier builds of windows.
2626
},
2727
'License' => MSF_LICENSE,
2828
'Author' => [
@@ -44,8 +44,7 @@ def initialize(info={})
4444
'Space' => 4096,
4545
'DisableNops' => true
4646
},
47-
'References' =>
48-
[
47+
'References' => [
4948
['CVE', '2015-1701'],
5049
['MSB', 'MS15-051'],
5150
['URL', 'https://www.fireeye.com/blog/threat-research/2015/04/probable_apt28_useo.html'],

0 commit comments

Comments
 (0)