Skip to content

Commit ebd70cb

Browse files
committed
Land rapid7#3382, references for IBM Sametime modules
2 parents d31908b + fa353e6 commit ebd70cb

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

modules/auxiliary/gather/ibm_sametime_enumerate_users.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ def initialize(info = {})
2424
[
2525
'kicks4kittens' # Metasploit module
2626
],
27+
'References' =>
28+
[
29+
[ 'CVE', '2013-3975' ],
30+
[ 'URL', 'http://www-01.ibm.com/support/docview.wss?uid=swg21671201']
31+
],
2732
'DefaultOptions' =>
2833
{
2934
'SSL' => true

modules/auxiliary/gather/ibm_sametime_room_brute.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ def initialize(info = {})
2323
[
2424
'kicks4kittens' # Metasploit module
2525
],
26+
'References' =>
27+
[
28+
[ 'CVE', '2013-3977' ],
29+
[ 'URL', 'http://www-01.ibm.com/support/docview.wss?uid=swg21671201']
30+
],
2631
'DefaultOptions' =>
2732
{
2833
'SSL' => true

modules/auxiliary/gather/ibm_sametime_version.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ def initialize(info = {})
7070
[
7171
'kicks4kittens' # Metasploit module
7272
],
73+
'References' =>
74+
[
75+
[ 'CVE', '2013-3982' ],
76+
[ 'URL', 'http://www-01.ibm.com/support/docview.wss?uid=swg21671201']
77+
],
7378
'DefaultOptions' =>
7479
{
7580
'SSL' => true

0 commit comments

Comments
 (0)