Method: Arachni::Module::Base#run
- Defined in:
- lib/module/base.rb
#run ⇒ Object
ABSTRACT - REQUIRED
This is used to deliver the module’s payload whatever it may be.
107 108 |
# File 'lib/module/base.rb', line 107 def run( ) end |
ABSTRACT - REQUIRED
This is used to deliver the module’s payload whatever it may be.
107 108 |
# File 'lib/module/base.rb', line 107 def run( ) end |