Module: Msf::Handler::Reverse::SSL
- Included in:
 - Msf::Handler::ReverseHttps, Msf::Handler::ReverseTcpDoubleSSL, Msf::Handler::ReverseTcpSsl
 
- Defined in:
 - lib/msf/core/handler/reverse/ssl.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(info = {})  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Adds the certificate option.
 
Instance Method Details
#initialize(info = {}) ⇒ Object
Adds the certificate option.
      8 9 10 11 12 13 14 15 16  | 
    
      # File 'lib/msf/core/handler/reverse/ssl.rb', line 8 def initialize(info = {}) super ( [ OptPath.new('HandlerSSLCert', [false, "Path to a SSL certificate in unified PEM format"]), Opt::SSLVersion, ], Msf::Handler::Reverse::SSL) end  |