Method: Msf::Plugin#input
- Defined in:
- lib/msf/core/plugin.rb
permalink #input ⇒ Object
Returns the local input handle if one was passed into the constructor.
97 98 99 |
# File 'lib/msf/core/plugin.rb', line 97 def input opts['LocalInput'] end |