Skip to content

Commit 309d578

Browse files
committed
Land rapid7#4013, OSVDB refs for a couple modules
2 parents 4f8801e + bdbad5a commit 309d578

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/auxiliary/scanner/snmp/sbg6580_enum.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def initialize(info = {})
2323
[
2424
[ 'URL', 'http://seclists.org/fulldisclosure/2014/May/79' ],
2525
[ 'URL', 'http://www.arrisi.com/modems/datasheet/SBG6580/SBG6580_UserGuide.pdf' ],
26+
[ 'OSVDB', '110555' ]
2627
],
2728
'Author' => 'Matthew Kienow <mkienow[at]inokii.com>',
2829
'License' => MSF_LICENSE

modules/exploits/windows/local/bthpan.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def initialize(info = {})
5454
'References' =>
5555
[
5656
[ 'CVE', '2014-4971' ],
57-
[ 'URL', 'https://www.korelogic.com/Resources/Advisories/KL-001-2014-002.txt' ]
57+
[ 'URL', 'https://www.korelogic.com/Resources/Advisories/KL-001-2014-002.txt' ],
58+
[ 'OSVDB', '109387' ]
5859
],
5960
'DisclosureDate' => 'Jul 18 2014',
6061
'DefaultTarget' => 0

0 commit comments

Comments
 (0)