Class Msf::Sessions::VncInject
In: lib/msf/base/sessions/vncinject.rb
Parent: Object

Methods

autovnc   cleanup   desc   interactive?   new   setup_relay   type   type  

Included Modules

Msf::Session Msf::Session::Basic

Public Class methods

Initializes a vncinject session instance using the supplied rstream that is to be used as the client‘s connection to the server.

Returns the session type as being ‘vncinject’.

Public Instance methods

Launches VNC viewer against the local relay for this VNC server session.

Cleans up the local relay and closes the stream.

Returns the session description.

Not interactive in the normal sense

Sets up a local relay that is associated with the stream connection

Calls the class method.

[Validate]