Land #2975 @wchen-r7's extra vprint_debug statements for ms13-090
commit
a67a14ff60
|
@ -175,6 +175,8 @@ module Msf
|
||||||
# Special keys to ignore because the script registers this as [:activex] = true or false
|
# Special keys to ignore because the script registers this as [:activex] = true or false
|
||||||
next if k == :clsid or k == :method
|
next if k == :clsid or k == :method
|
||||||
|
|
||||||
|
vprint_debug("Comparing requirement: #{k}=#{v} vs k=#{profile[k.to_sym]}")
|
||||||
|
|
||||||
if v.is_a? Regexp
|
if v.is_a? Regexp
|
||||||
bad_reqs << k if profile[k.to_sym] !~ v
|
bad_reqs << k if profile[k.to_sym] !~ v
|
||||||
elsif v.is_a? Proc
|
elsif v.is_a? Proc
|
||||||
|
|
Loading…
Reference in New Issue