Skip to content

Commit 329b9ac

Browse files
committed
Actions updates of the Viproy CUCDM exploits
1 parent 703393e commit 329b9ac

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

modules/auxiliary/voip/viproy_cucdm_callforward.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,14 @@ def initialize(info = {})
3232
'License' => MSF_LICENSE,
3333
'Actions' =>
3434
[
35-
[ 'FORWARD', {
35+
[ 'Forward', {
3636
'Description' => 'Enabling the call forwarding for the MAC address.'
3737
} ],
38-
[ 'INFO', {
38+
[ 'Info', {
3939
'Description' => 'Retrieving the call forwarding information for the MAC address.'
40-
} ],
41-
[ 'list', {
42-
'Description' => 'List the actions that would be started'
4340
} ]
4441
],
45-
'DefaultAction' => 'INFO'
42+
'DefaultAction' => 'Info'
4643

4744
)
4845

modules/auxiliary/voip/viproy_cucdm_speeddials.rb

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,20 @@ def initialize(info = {})
3030
'License' => MSF_LICENSE,
3131
'Actions' =>
3232
[
33-
[ 'GET', {
33+
[ 'List', {
3434
'Description' => 'Getting the speeddials for the MAC address.'
3535
} ],
36-
[ 'MODIFY', {
36+
[ 'Modify', {
3737
'Description' => 'Modifying a speeddial for the MAC address.'
3838
} ],
39-
[ 'ADD', {
39+
[ 'Add', {
4040
'Description' => 'Adding a speeddial for the MAC address.'
4141
} ],
42-
[ 'DELETE', {
42+
[ 'Delete', {
4343
'Description' => 'Deleting a speeddial for the MAC address.'
44-
} ],
45-
[ 'list', {
46-
'Description' => 'List the actions that would be started'
4744
} ]
4845
],
49-
'DefaultAction' => 'GET'
46+
'DefaultAction' => 'List'
5047
)
5148

5249
register_options(

0 commit comments

Comments
 (0)