Module: Msf::Handler::BindAwsInstanceConnect::AwsInstanceConnectSessionChannelExt
- Defined in:
 - lib/msf/core/handler/bind_aws_instance_connect.rb
 
Instance Attribute Summary collapse
- 
  
    
      #localinfo  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute localinfo.
 - 
  
    
      #peerinfo  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute peerinfo.
 
Instance Attribute Details
#localinfo ⇒ Object
Returns the value of attribute localinfo.
      356 357 358  | 
    
      # File 'lib/msf/core/handler/bind_aws_instance_connect.rb', line 356 def localinfo @localinfo end  | 
  
#peerinfo ⇒ Object
Returns the value of attribute peerinfo.
      357 358 359  | 
    
      # File 'lib/msf/core/handler/bind_aws_instance_connect.rb', line 357 def peerinfo @peerinfo end  |