Skip to content

Commit cdcb58d

Browse files
committed
Merge remote branch 'wchen-r7/cert_refs'
2 parents 1092489 + d2885d9 commit cdcb58d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

modules/auxiliary/admin/vxworks/apple_airport_extreme_password.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def initialize(info = {})
3535
[
3636
['OSVDB', '66842'],
3737
['URL', 'http://blog.metasploit.com/2010/08/vxworks-vulnerabilities.html'],
38-
['URL', 'http://www.kb.cert.org/vuls/id/362332']
38+
['US-CERT-VU', '362332']
3939
]
4040
))
4141
end

modules/auxiliary/admin/vxworks/dlink_i2eye_autoanswer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def initialize(info = {})
3535
[
3636
['OSVDB', '66842'],
3737
['URL', 'http://blog.metasploit.com/2010/08/vxworks-vulnerabilities.html'],
38-
['URL', 'http://www.kb.cert.org/vuls/id/362332']
38+
['US-CERT-VU', '362332']
3939
]
4040
))
4141
end

modules/auxiliary/admin/vxworks/wdbrpc_memory_dump.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info = {})
3030
[
3131
['OSVDB', '66842'],
3232
['URL', 'http://blog.metasploit.com/2010/08/vxworks-vulnerabilities.html'],
33-
['URL', 'http://www.kb.cert.org/vuls/id/362332']
33+
['US-CERT-VU', '362332']
3434
],
3535
'Actions' =>
3636
[

modules/auxiliary/admin/vxworks/wdbrpc_reboot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info = {})
3232
[
3333
['OSVDB', '66842'],
3434
['URL', 'http://blog.metasploit.com/2010/08/vxworks-vulnerabilities.html'],
35-
['URL', 'http://www.kb.cert.org/vuls/id/362332']
35+
['US-CERT-VU', '362332']
3636
],
3737
'Actions' =>
3838
[

modules/auxiliary/scanner/telnet/telnet_ruggedcom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(info = {})
2525
[
2626
[ 'CVE', '2012-1803' ],
2727
[ 'EDB', '18779' ],
28-
[ 'URL', 'http://www.kb.cert.org/vuls/id/889195' ]
28+
[ 'US-CERT-VU', '889195' ]
2929
],
3030
'Author' => [
3131
'Borja Merino <bmerinofe[at]gmail.com>',

modules/auxiliary/scanner/vxworks/wdbrpc_bootline.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize
2929
'References' =>
3030
[
3131
['URL', 'http://blog.metasploit.com/2010/08/vxworks-vulnerabilities.html'],
32-
['URL', 'http://www.kb.cert.org/vuls/id/362332']
32+
['US-CERT-VU', '362332']
3333
]
3434
)
3535

modules/auxiliary/scanner/vxworks/wdbrpc_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize
2929
'References' =>
3030
[
3131
['URL', 'http://blog.metasploit.com/2010/08/vxworks-vulnerabilities.html'],
32-
['URL', 'http://www.kb.cert.org/vuls/id/362332']
32+
['US-CERT-VU', '362332']
3333
]
3434
)
3535

modules/exploits/windows/fileformat/cyberlink_p2g_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info = {})
3232
['BID', '50997'],
3333
['OSVDB', '77600'],
3434
['UDB', '18220'],
35-
['URL', 'http://www.kb.cert.org/vuls/id/158003']
35+
['US-CERT-VU', '158003']
3636
],
3737
'DefaultOptions' =>
3838
{

modules/exploits/windows/ftp/scriptftp_list.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info = {})
4040
[ 'CVE', '2011-3976' ],
4141
[ 'OSVDB', '75633' ],
4242
[ 'EDB', '17876' ],
43-
[ 'URL', 'http://www.kb.cert.org/vuls/id/440219' ],
43+
[ 'US-CERT-VU', '440219' ]
4444
],
4545
'DefaultOptions' =>
4646
{

0 commit comments

Comments
 (0)