Method: Rex::Post::Meterpreter::Ui::Console::CommandDispatcher::Lanattacks#initialize

Defined in:
lib/rex/post/meterpreter/ui/console/command_dispatcher/lanattacks.rb

#initialize(shell) ⇒ Lanattacks

Initializes an instance of the lanattacks command interaction.



32
33
34
35
36
37
38
# File 'lib/rex/post/meterpreter/ui/console/command_dispatcher/lanattacks.rb', line 32

def initialize(shell)
  super

  Dispatchers.each { |d|
    shell.enstack_dispatcher(d)
  }
end