Skip to content

Commit 0c1d46c

Browse files
committed
Add more references
1 parent 46aa6d3 commit 0c1d46c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

modules/auxiliary/scanner/http/novell_mdm_creds.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ def initialize
2727
],
2828
'References' =>
2929
[
30-
['CVE', '2013-1081']
30+
['CVE', '2013-1081'],
31+
['OSVDB', '91119'],
32+
['URL', 'http://www.novell.com/support/kb/doc.php?id=7011895']
3133
],
3234
'License' => MSF_LICENSE
3335
)

modules/exploits/windows/http/novell_mdm_lfi.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ def initialize
3232
'DefaultTarget' => 0,
3333
'References' =>
3434
[
35-
['CVE', '2013-1081']
35+
['CVE', '2013-1081'],
36+
['OSVDB', '91119'],
37+
['URL', 'http://www.novell.com/support/kb/doc.php?id=7011895']
3638
],
3739
'DisclosureDate' => "Mar 13 2013",
3840
'License' => MSF_LICENSE

0 commit comments

Comments
 (0)