diff --git a/modules/auxiliary/scanner/http/novell_mdm_creds.rb b/modules/auxiliary/scanner/http/novell_mdm_creds.rb index 1eb0287973..d2376cc058 100644 --- a/modules/auxiliary/scanner/http/novell_mdm_creds.rb +++ b/modules/auxiliary/scanner/http/novell_mdm_creds.rb @@ -27,7 +27,9 @@ class Metasploit3 < Msf::Auxiliary ], 'References' => [ - ['CVE', '2013-1081'] + ['CVE', '2013-1081'], + ['OSVDB', '91119'], + ['URL', 'http://www.novell.com/support/kb/doc.php?id=7011895'] ], 'License' => MSF_LICENSE ) diff --git a/modules/exploits/windows/http/novell_mdm_lfi.rb b/modules/exploits/windows/http/novell_mdm_lfi.rb index 11a23377d3..299c63802d 100644 --- a/modules/exploits/windows/http/novell_mdm_lfi.rb +++ b/modules/exploits/windows/http/novell_mdm_lfi.rb @@ -32,7 +32,9 @@ class Metasploit3 < Msf::Exploit::Remote 'DefaultTarget' => 0, 'References' => [ - ['CVE', '2013-1081'] + ['CVE', '2013-1081'], + ['OSVDB', '91119'], + ['URL', 'http://www.novell.com/support/kb/doc.php?id=7011895'] ], 'DisclosureDate' => "Mar 13 2013", 'License' => MSF_LICENSE