From 4c68cdd5844df9017809c7748aaf7ccf2efb4397 Mon Sep 17 00:00:00 2001 From: efraintorres Date: Mon, 2 Jul 2012 10:57:32 -0500 Subject: [PATCH] Actions removed. --- modules/auxiliary/server/wpad.rb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/modules/auxiliary/server/wpad.rb b/modules/auxiliary/server/wpad.rb index e38ce38721..2799210aa8 100644 --- a/modules/auxiliary/server/wpad.rb +++ b/modules/auxiliary/server/wpad.rb @@ -33,19 +33,11 @@ class Metasploit3 < Msf::Auxiliary ], 'Version' => '$Revision$', 'License' => MSF_LICENSE, - 'Actions' => - [ - [ 'WebServer' ] - ], - 'PassiveActions' => - [ - 'WebServer' - ], 'DefaultOptions' => { 'SRVPORT' => 80 }, - 'DefaultAction' => 'WebServer')) + 'Passive' => true)) register_options( [