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 6c8df4b + a32c9e5 commit 05dfc16Copy full SHA for 05dfc16
lib/msf/core/exploit/http/client.rb
@@ -126,7 +126,7 @@ def validate_fingerprint()
126
opts[:pattern].each do |re|
127
if not re.match(info)
128
err = "The target server fingerprint \"#{info}\" does not match \"#{re.to_s}\", use 'set FingerprintCheck false' to disable this check."
129
- fail_with(Failure::NotFound, err)
+ fail_with(::Msf::Module::Failure::NotFound, err)
130
end
131
132
0 commit comments