change from capture to service
git-svn-id: file:///home/svn/framework3/trunk@10393 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
5ae74d8913
commit
78188beb6b
|
@ -28,13 +28,13 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Actions' =>
|
'Actions' =>
|
||||||
[
|
[
|
||||||
[ 'Capture' ]
|
[ 'Service' ]
|
||||||
],
|
],
|
||||||
'PassiveActions' =>
|
'PassiveActions' =>
|
||||||
[
|
[
|
||||||
'Capture'
|
'Service'
|
||||||
],
|
],
|
||||||
'DefaultAction' => 'Capture'
|
'DefaultAction' => 'Service'
|
||||||
)
|
)
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
|
|
|
@ -29,13 +29,13 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Actions' =>
|
'Actions' =>
|
||||||
[
|
[
|
||||||
[ 'Capture' ]
|
[ 'Service' ]
|
||||||
],
|
],
|
||||||
'PassiveActions' =>
|
'PassiveActions' =>
|
||||||
[
|
[
|
||||||
'Capture'
|
'Service'
|
||||||
],
|
],
|
||||||
'DefaultAction' => 'Capture'
|
'DefaultAction' => 'Service'
|
||||||
)
|
)
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
|
|
|
@ -33,13 +33,13 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Actions' =>
|
'Actions' =>
|
||||||
[
|
[
|
||||||
[ 'Capture' ]
|
[ 'Service' ]
|
||||||
],
|
],
|
||||||
'PassiveActions' =>
|
'PassiveActions' =>
|
||||||
[
|
[
|
||||||
'Capture'
|
'Service'
|
||||||
],
|
],
|
||||||
'DefaultAction' => 'Capture'
|
'DefaultAction' => 'Service'
|
||||||
)
|
)
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
|
|
|
@ -28,13 +28,13 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Actions' =>
|
'Actions' =>
|
||||||
[
|
[
|
||||||
[ 'Capture' ]
|
[ 'Service' ]
|
||||||
],
|
],
|
||||||
'PassiveActions' =>
|
'PassiveActions' =>
|
||||||
[
|
[
|
||||||
'Capture'
|
'Service'
|
||||||
],
|
],
|
||||||
'DefaultAction' => 'Capture'
|
'DefaultAction' => 'Service'
|
||||||
)
|
)
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
|
|
Loading…
Reference in New Issue