From 329b9ac29283aa5beccee9173c020d849699bb6f Mon Sep 17 00:00:00 2001 From: Fatih Ozavci Date: Tue, 28 Oct 2014 14:11:07 +1100 Subject: [PATCH] Actions updates of the Viproy CUCDM exploits --- modules/auxiliary/voip/viproy_cucdm_callforward.rb | 9 +++------ modules/auxiliary/voip/viproy_cucdm_speeddials.rb | 13 +++++-------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/modules/auxiliary/voip/viproy_cucdm_callforward.rb b/modules/auxiliary/voip/viproy_cucdm_callforward.rb index 27618658a2..620135d83e 100644 --- a/modules/auxiliary/voip/viproy_cucdm_callforward.rb +++ b/modules/auxiliary/voip/viproy_cucdm_callforward.rb @@ -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' ) diff --git a/modules/auxiliary/voip/viproy_cucdm_speeddials.rb b/modules/auxiliary/voip/viproy_cucdm_speeddials.rb index b88c3296c8..6cd494a3e2 100644 --- a/modules/auxiliary/voip/viproy_cucdm_speeddials.rb +++ b/modules/auxiliary/voip/viproy_cucdm_speeddials.rb @@ -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(