Skip to content

Commit

Permalink
fix #18326
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Aug 28, 2023
1 parent 6fa6919 commit a4bde11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/scanner/ssl/ssl_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_metasploit_ssl_versions
return Array.new(OpenSSL::SSL::SSLContext.new.ciphers.length) { |i| (OpenSSL::SSL::SSLContext.new.ciphers[i][1]).to_s }.uniq.reverse
end

datastore['SSLVersion']
[datastore['SSLVersion']]
end

def get_metasploit_ssl_cipher_suites(ssl_version)
Expand Down

0 comments on commit a4bde11

Please sign in to comment.