Skip to content

Commit a67a14f

Browse files
committed
Land rapid7#2975 @wchen-r7's extra vprint_debug statements for ms13-090
2 parents 7704c38 + 442d212 commit a67a14f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/msf/core/exploit/remote/browser_exploit_server.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ def get_bad_requirements(profile)
175175
# Special keys to ignore because the script registers this as [:activex] = true or false
176176
next if k == :clsid or k == :method
177177

178+
vprint_debug("Comparing requirement: #{k}=#{v} vs k=#{profile[k.to_sym]}")
179+
178180
if v.is_a? Regexp
179181
bad_reqs << k if profile[k.to_sym] !~ v
180182
elsif v.is_a? Proc

0 commit comments

Comments
 (0)