Module Msf::Session::Interactive
In: lib/msf/core/session/interactive.rb

This class implements the stubs that are needed to provide an interactive session.

Methods

Included Modules

Rex::Ui::Interactive

Attributes

rstream  [RW]  The remote stream handle. Must inherit from Rex::IO::Stream.

Public Class methods

Initializes the session.

Public Instance methods

Closes rstream.

Returns that, yes, indeed, this session supports going interactive with the user.

Terminate the session

Run an arbitrary command as if it came from user input.

Returns the local information.

Returns the remote peer information.

Protected Instance methods

Stub method that is meant to handler interaction.

If the session reaches EOF, deregister it.

Check to see if the user wants to abort.

Check to see if we should suspend.

Checks to see if the user wants to abort.

[Validate]