Add CVE, IBM ref for SameTime modules
parent
e3630278ce
commit
fa353e6bd9
|
@ -24,6 +24,11 @@ class Metasploit3 < Msf::Auxiliary
|
|||
[
|
||||
'kicks4kittens' # Metasploit module
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2013-3975' ],
|
||||
[ 'URL', 'http://www-01.ibm.com/support/docview.wss?uid=swg21671201']
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'SSL' => true
|
||||
|
|
|
@ -23,6 +23,11 @@ class Metasploit3 < Msf::Auxiliary
|
|||
[
|
||||
'kicks4kittens' # Metasploit module
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2013-3977' ],
|
||||
[ 'URL', 'http://www-01.ibm.com/support/docview.wss?uid=swg21671201']
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'SSL' => true
|
||||
|
|
|
@ -70,6 +70,11 @@ class Metasploit3 < Msf::Auxiliary
|
|||
[
|
||||
'kicks4kittens' # Metasploit module
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2013-3982' ],
|
||||
[ 'URL', 'http://www-01.ibm.com/support/docview.wss?uid=swg21671201']
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'SSL' => true
|
||||
|
|
Loading…
Reference in New Issue