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 f2cf430 commit 862b813Copy full SHA for 862b813
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