Skip to content

Commit 5d8167d

Browse files
committed
Beautify description
1 parent 9fb4cfb commit 5d8167d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

modules/auxiliary/voip/cisco_cucdm_callforward.rb

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ def initialize(info={})
1616
super(update_info(info,
1717
'Name' => 'Viproy CUCDM IP Phone XML Services - Call Forwarding Tool',
1818
'Description' => %q{
19-
The BVSMWeb portal in the web framework in Cisco Unified Communications Domain Manager (CDM)
20-
in Unified CDM Application Software before 10 does not properly implement access control,
21-
which allows remote attackers to modify user information. This vulnerability can be exploited
22-
for unauthorised call forwarding using this module. This tool can be tested with the fake
23-
voss-xmlservice component of Viproy.
19+
The BVSMWeb portal in the web framework in Cisco Unified Communications Domain Manager
20+
(CDM) in CDM 10 does not properly implement access control, which allows remote attackers
21+
to modify user information. This module exploits the vulnerability for unauthorized call
22+
forwarding.
2423
},
2524
'Author' => 'fozavci',
2625
'References' =>
@@ -31,8 +30,8 @@ def initialize(info={})
3130
'License' => MSF_LICENSE,
3231
'Actions' =>
3332
[
34-
[ 'Forward', { 'Description' => 'Enabling the call forwarding for the MAC address.' } ],
35-
[ 'Info', { 'Description' => 'Retrieving the call forwarding information for the MAC address.' } ]
33+
[ 'Forward', { 'Description' => 'Enabling the call forwarding for the MAC address' } ],
34+
[ 'Info', { 'Description' => 'Retrieving the call forwarding information for the MAC address' } ]
3635
],
3736
'DefaultAction' => 'Info'
3837
))

0 commit comments

Comments
 (0)