Skip to content

Commit e7206af

Browse files
author
Tod Beardsley
committed
OSVDB and comment doc fixes
1 parent 5ef1e50 commit e7206af

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

modules/exploits/linux/http/pineapp_ldapsyncnow_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def initialize(info = {})
2929
'License' => MSF_LICENSE,
3030
'References' =>
3131
[
32-
[ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-13-185/']
32+
[ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-13-185/' ],
33+
[ 'OSVDB', '95781' ]
3334
],
3435
'Platform' => ['unix'],
3536
'Arch' => ARCH_CMD,

modules/exploits/linux/http/pineapp_livelog_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def initialize(info = {})
2929
'License' => MSF_LICENSE,
3030
'References' =>
3131
[
32-
[ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-13-184/']
32+
[ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-13-184/'],
33+
[ 'OSVDB', '95779']
3334
],
3435
'Platform' => ['unix'],
3536
'Arch' => ARCH_CMD,

modules/exploits/linux/http/pineapp_test_li_conn_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def initialize(info = {})
2929
'License' => MSF_LICENSE,
3030
'References' =>
3131
[
32-
[ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-13-188/']
32+
[ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-13-188/'],
33+
[ 'OSVDB', '95782']
3334
],
3435
'Platform' => ['unix'],
3536
'Arch' => ARCH_CMD,

modules/exploits/multi/http/struts_default_action_mapper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
4-
# Framework web site for more information on licensing and terms of use.
4+
# web site for more information on licensing and terms of use.
55
# http://metasploit.com/framework/
66
##
77

modules/exploits/windows/local/ms13_005_hwnd_broadcast.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# ## This file is part of the Metasploit Framework and may be subject to
2+
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
44
# web site for more information on licensing and terms of use.
55
# http://metasploit.com/

0 commit comments

Comments
 (0)