Module Msf::Session::Basic
In: lib/msf/core/session/basic.rb

This class implements an interactive session using raw input/output in only the most basic fashion.

Methods

_interact   desc   type  

Included Modules

Session Interactive

Public Instance methods

Description of the session.

Basic session.

Protected Instance methods

Performs the actual raw interaction with the remote side. This can be overriden by derived classes if they wish to do this another way.

[Validate]