Actions updates of the Viproy CUCDM exploits

bug/bundler_fix
Fatih Ozavci 2014-10-28 14:11:07 +11:00
parent 703393e9f1
commit 329b9ac292
2 changed files with 8 additions and 14 deletions

View File

@ -32,17 +32,14 @@ class Metasploit3 < Msf::Auxiliary
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Actions' => 'Actions' =>
[ [
[ 'FORWARD', { [ 'Forward', {
'Description' => 'Enabling the call forwarding for the MAC address.' 'Description' => 'Enabling the call forwarding for the MAC address.'
} ], } ],
[ 'INFO', { [ 'Info', {
'Description' => 'Retrieving the call forwarding information for the MAC address.' 'Description' => 'Retrieving the call forwarding information for the MAC address.'
} ],
[ 'list', {
'Description' => 'List the actions that would be started'
} ] } ]
], ],
'DefaultAction' => 'INFO' 'DefaultAction' => 'Info'
) )

View File

@ -30,23 +30,20 @@ class Metasploit3 < Msf::Auxiliary
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Actions' => 'Actions' =>
[ [
[ 'GET', { [ 'List', {
'Description' => 'Getting the speeddials for the MAC address.' 'Description' => 'Getting the speeddials for the MAC address.'
} ], } ],
[ 'MODIFY', { [ 'Modify', {
'Description' => 'Modifying a speeddial for the MAC address.' 'Description' => 'Modifying a speeddial for the MAC address.'
} ], } ],
[ 'ADD', { [ 'Add', {
'Description' => 'Adding a speeddial for the MAC address.' 'Description' => 'Adding a speeddial for the MAC address.'
} ], } ],
[ 'DELETE', { [ 'Delete', {
'Description' => 'Deleting a speeddial for the MAC address.' 'Description' => 'Deleting a speeddial for the MAC address.'
} ],
[ 'list', {
'Description' => 'List the actions that would be started'
} ] } ]
], ],
'DefaultAction' => 'GET' 'DefaultAction' => 'List'
) )
register_options( register_options(