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.
2 parents e1891f0 + 862b813 commit 3840ddcCopy full SHA for 3840ddc
lib/msf/core/auxiliary/web.rb
@@ -179,7 +179,7 @@ def log_fingerprint( opts = {} )
179
:blame => details[:blame],
180
:category => details[:category],
181
:description => details[:description],
182
- :confidence => details[:category] || opts[:confidence] || 100,
+ :confidence => calculate_confidence( parent.vulns[mode][vhash] ),
183
:owner => self
184
}
185
@@ -211,7 +211,7 @@ def log_resource( opts = {} )
211
212
213
214
215
216
217
0 commit comments