Method: Rex::Socket::Parameters#ssl_cipher

Defined in:
lib/rex/socket/parameters.rb

#ssl_cipherString, Array

What specific SSL Cipher(s) to use, may be a string containing the cipher name or an array of strings containing cipher names e.g.

“DHE-RSA-AES256-SHA”, “DHE-DSS-AES256-SHA”

Returns:

  • (String, Array)


335
336
337
# File 'lib/rex/socket/parameters.rb', line 335

def ssl_cipher
  @ssl_cipher
end