Skip to content

Commit

Permalink
Land #18327, fix #18326 (ssl_version module bug when selecting specif…
Browse files Browse the repository at this point in the history
…ic ssl version)
  • Loading branch information
sjanusz-r7 authored Sep 8, 2023
2 parents 6f6a479 + a4bde11 commit 5e8d009
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 5e8d009

Please sign in to comment.