change from capture to service

git-svn-id: file:///home/svn/framework3/trunk@10393 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-09-20 08:05:50 +00:00
parent 5ae74d8913
commit 78188beb6b
4 changed files with 12 additions and 12 deletions

View File

@ -28,13 +28,13 @@ class Metasploit3 < Msf::Auxiliary
'License' => MSF_LICENSE,
'Actions' =>
[
[ 'Capture' ]
[ 'Service' ]
],
'PassiveActions' =>
[
'Capture'
'Service'
],
'DefaultAction' => 'Capture'
'DefaultAction' => 'Service'
)
register_options(

View File

@ -29,13 +29,13 @@ class Metasploit3 < Msf::Auxiliary
'License' => MSF_LICENSE,
'Actions' =>
[
[ 'Capture' ]
[ 'Service' ]
],
'PassiveActions' =>
[
'Capture'
'Service'
],
'DefaultAction' => 'Capture'
'DefaultAction' => 'Service'
)
register_options(

View File

@ -33,13 +33,13 @@ class Metasploit3 < Msf::Auxiliary
'License' => MSF_LICENSE,
'Actions' =>
[
[ 'Capture' ]
[ 'Service' ]
],
'PassiveActions' =>
[
'Capture'
'Service'
],
'DefaultAction' => 'Capture'
'DefaultAction' => 'Service'
)
register_options(

View File

@ -28,13 +28,13 @@ class Metasploit3 < Msf::Auxiliary
'License' => MSF_LICENSE,
'Actions' =>
[
[ 'Capture' ]
[ 'Service' ]
],
'PassiveActions' =>
[
'Capture'
'Service'
],
'DefaultAction' => 'Capture'
'DefaultAction' => 'Service'
)
register_options(