Skip to content

Commit d43706b

Browse files
committed
It doesn't look like Vista shows the powershell prompt
1 parent 53774fe commit d43706b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

modules/exploits/windows/browser/ms14_064_ole_code_execution.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ def initialize(info={})
5656
}
5757
],
5858
[
59-
'Windows 7 SP1',
59+
'Windows Vista',
60+
{
61+
'os_name' => OperatingSystems::Match::WINDOWS_VISTA
62+
}
63+
],
64+
[
65+
'Windows 7',
6066
{
6167
'os_name' => OperatingSystems::Match::WINDOWS_7
6268
}

0 commit comments

Comments
 (0)