Skip to content

Commit 1d0e9a2

Browse files
committed
Use snake_case filename
1 parent 070e833 commit 1d0e9a2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

modules/auxiliary/voip/cisco_cucdm_call_forward.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

6-
76
require 'msf/core'
87
require 'rexml/document'
98

10-
119
class Metasploit3 < Msf::Auxiliary
1210

1311
include Msf::Exploit::Remote::HttpClient

modules/auxiliary/voip/cisco_cucdm_speeddials.rb renamed to modules/auxiliary/voip/cisco_cucdm_speed_dials.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# This module requires Metasploit: http//metasploit.com/download
2+
# This module requires Metasploit: http://metasploit.com/download
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

@@ -24,8 +24,7 @@ def initialize(info = {})
2424
'References' =>
2525
[
2626
['CVE', '2014-3300'],
27-
['BID', '68331'],
28-
['Viproy Fake CUCDM Service', 'https://github.com/fozavci/viproy-voipkit/raw/master/external/voss-xmlservice.rb']
27+
['BID', '68331']
2928
],
3029
'License' => MSF_LICENSE,
3130
'Actions' =>

0 commit comments

Comments
 (0)