Actions removed.
parent
be666fde89
commit
4c68cdd584
|
@ -33,19 +33,11 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
],
|
],
|
||||||
'Version' => '$Revision$',
|
'Version' => '$Revision$',
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Actions' =>
|
|
||||||
[
|
|
||||||
[ 'WebServer' ]
|
|
||||||
],
|
|
||||||
'PassiveActions' =>
|
|
||||||
[
|
|
||||||
'WebServer'
|
|
||||||
],
|
|
||||||
'DefaultOptions' =>
|
'DefaultOptions' =>
|
||||||
{
|
{
|
||||||
'SRVPORT' => 80
|
'SRVPORT' => 80
|
||||||
},
|
},
|
||||||
'DefaultAction' => 'WebServer'))
|
'Passive' => true))
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue