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 1a7a5c2 commit 28e661eCopy full SHA for 28e661e
modules/auxiliary/scanner/http/ssl_version.rb
@@ -59,7 +59,7 @@ def run_host(ip)
59
vprint_status("#{peer} connected and fingerprinted: #{fp}")
60
# TODO: Interrogate the connection itself to see what version
61
# was used. Where that actually lives is eluding me. :/
62
- if datastore['SSLVersion'] == 'SSL3'
+ if datastore['SSL'] && datastore['SSLVersion'] == 'SSL3'
63
print_good("#{peer} accepts SSLv3")
64
report_poodle_vuln(ip)
65
end
0 commit comments