Actions updates of the Viproy CUCDM exploits
parent
703393e9f1
commit
329b9ac292
|
@ -32,17 +32,14 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'License' => MSF_LICENSE,
|
||||
'Actions' =>
|
||||
[
|
||||
[ 'FORWARD', {
|
||||
[ 'Forward', {
|
||||
'Description' => 'Enabling the call forwarding for the MAC address.'
|
||||
} ],
|
||||
[ 'INFO', {
|
||||
[ 'Info', {
|
||||
'Description' => 'Retrieving the call forwarding information for the MAC address.'
|
||||
} ],
|
||||
[ 'list', {
|
||||
'Description' => 'List the actions that would be started'
|
||||
} ]
|
||||
],
|
||||
'DefaultAction' => 'INFO'
|
||||
'DefaultAction' => 'Info'
|
||||
|
||||
)
|
||||
|
||||
|
|
|
@ -30,23 +30,20 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'License' => MSF_LICENSE,
|
||||
'Actions' =>
|
||||
[
|
||||
[ 'GET', {
|
||||
[ 'List', {
|
||||
'Description' => 'Getting the speeddials for the MAC address.'
|
||||
} ],
|
||||
[ 'MODIFY', {
|
||||
[ 'Modify', {
|
||||
'Description' => 'Modifying a speeddial for the MAC address.'
|
||||
} ],
|
||||
[ 'ADD', {
|
||||
[ 'Add', {
|
||||
'Description' => 'Adding a speeddial for the MAC address.'
|
||||
} ],
|
||||
[ 'DELETE', {
|
||||
[ 'Delete', {
|
||||
'Description' => 'Deleting a speeddial for the MAC address.'
|
||||
} ],
|
||||
[ 'list', {
|
||||
'Description' => 'List the actions that would be started'
|
||||
} ]
|
||||
],
|
||||
'DefaultAction' => 'GET'
|
||||
'DefaultAction' => 'List'
|
||||
)
|
||||
|
||||
register_options(
|
||||
|
|
Loading…
Reference in New Issue