Module: Rex::Post::Meterpreter::Stream::SocketInterface
- Includes:
- Rex::Post::Meterpreter::SocketAbstraction::SocketInterface
- Defined in:
- lib/rex/post/meterpreter/channels/stream.rb
Instance Method Summary collapse
Instance Method Details
#type? ⇒ Boolean
33 34 35 |
# File 'lib/rex/post/meterpreter/channels/stream.rb', line 33 def type? 'tcp' end |