We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6435b43 commit 6160374Copy full SHA for 6160374
modules/post/windows/gather/enum_patches.rb
@@ -6,6 +6,7 @@
6
7
require 'msf/core'
8
require 'msf/core/post/common'
9
+require 'msf/core/post/windows/extapi'
10
11
class Metasploit3 < Msf::Post
12
include Msf::Post::Common
@@ -79,7 +80,7 @@ def run
79
80
when "KB2850851"
81
print_good("KB2850851 - Possibly vulnerable to MS13-053 schlamperei if x86 Win7 SP0/SP1")
82
when "KB2870008"
- print_good("KB2870008 - Possibly vulnerable to MS13-081 track_popup_menu")
83
+ print_good("KB2870008 - Possibly vulnerable to MS13-081 track_popup_menu if x86 Windows 7 SP0/SP1")
84
else
85
print_good("#{kb} is missing")
86
end
0 commit comments