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
Instance Method Summary collapse
Methods included from ChannelSocketInterface
Methods included from Rex::Post::Channel::SocketAbstraction::SocketInterface
Instance Method Details
#type? ⇒ Boolean
185 186 187 |
# File 'lib/msf/base/sessions/modem.rb', line 185 def type? 'tcp' end |