Add more references
parent
46aa6d38f8
commit
0c1d46c465
|
@ -27,7 +27,9 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
],
|
],
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['CVE', '2013-1081']
|
['CVE', '2013-1081'],
|
||||||
|
['OSVDB', '91119'],
|
||||||
|
['URL', 'http://www.novell.com/support/kb/doc.php?id=7011895']
|
||||||
],
|
],
|
||||||
'License' => MSF_LICENSE
|
'License' => MSF_LICENSE
|
||||||
)
|
)
|
||||||
|
|
|
@ -32,7 +32,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'DefaultTarget' => 0,
|
'DefaultTarget' => 0,
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['CVE', '2013-1081']
|
['CVE', '2013-1081'],
|
||||||
|
['OSVDB', '91119'],
|
||||||
|
['URL', 'http://www.novell.com/support/kb/doc.php?id=7011895']
|
||||||
],
|
],
|
||||||
'DisclosureDate' => "Mar 13 2013",
|
'DisclosureDate' => "Mar 13 2013",
|
||||||
'License' => MSF_LICENSE
|
'License' => MSF_LICENSE
|
||||||
|
|
Loading…
Reference in New Issue