Module: Msf::Sessions::Modem::TcpClientChannel::SocketInterface

Includes:
ChannelSocketInterface
Defined in:
lib/msf/base/sessions/modem.rb

Instance Attribute Summary

Attributes included from Rex::Post::Channel::SocketAbstraction::SocketInterface

#channel

Instance Method Summary collapse

Methods included from ChannelSocketInterface

#close, #getsockname

Methods included from Rex::Post::Channel::SocketAbstraction::SocketInterface

#getpeername, #getsockname

Instance Method Details

#type?Boolean

Returns:

  • (Boolean)


185
186
187
# File 'lib/msf/base/sessions/modem.rb', line 185

def type?
  'tcp'
end