Module Msf::Simple::Auxiliary
In: lib/msf/base/simple/auxiliary.rb

A simplified recon wrapper.

Methods

Included Modules

Module

Public Class methods

Wraps the auxiliary process in a simple single method. The options hash can have the following values passed in it:

Action

     The selected action name.

OptionStr

     A string of comma separated option values that should be imported into
     the datastore.

Options

     A hash of values to be imported directly into the datastore.

LocalInput

     The local input handle that data can be read in from.

LocalOutput

     The local output through which data can be displayed.

RunAsJob

     Whether or not the exploit should be run in the context of a background
     job.

Protected Class methods

Clean up the module after the job completes.

Job run proc, sets up the module and kicks it off.

Public Instance methods

Calls the class method.

[Validate]