| Module | Msf::Simple::Auxiliary |
| In: |
lib/msf/base/simple/auxiliary.rb
|
A simplified recon wrapper.
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.