Skip to content

Commit 6160374

Browse files
committed
two more tweaks
1 parent 6435b43 commit 6160374

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/post/windows/gather/enum_patches.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
require 'msf/core'
88
require 'msf/core/post/common'
9+
require 'msf/core/post/windows/extapi'
910

1011
class Metasploit3 < Msf::Post
1112
include Msf::Post::Common
@@ -79,7 +80,7 @@ def run
7980
when "KB2850851"
8081
print_good("KB2850851 - Possibly vulnerable to MS13-053 schlamperei if x86 Win7 SP0/SP1")
8182
when "KB2870008"
82-
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")
8384
else
8485
print_good("#{kb} is missing")
8586
end

0 commit comments

Comments
 (0)