Skip to content

Commit 42d8173

Browse files
committed
Land rapid7#1837, broken references
2 parents d9bdf3d + 3009bdb commit 42d8173

File tree

7 files changed

+25
-14
lines changed

7 files changed

+25
-14
lines changed

modules/exploits/linux/misc/drb_remote_codeexec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def initialize(info = {})
2121
'License' => MSF_LICENSE,
2222
'References' =>
2323
[
24+
[ 'URL', 'http://www.ruby-doc.org/stdlib-1.9.3/libdoc/drb/rdoc/DRb.html' ],
2425
],
2526
'Privileged' => false,
2627
'Payload' =>

modules/exploits/multi/http/glossword_upload_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def initialize(info={})
3131
'References' =>
3232
[
3333
[ 'EDB', '24456' ],
34-
[ 'OSVDB' '89960' ]
34+
[ 'OSVDB', '89960' ]
3535
],
3636
'Platform' => 'php',
3737
'Arch' => ARCH_PHP,

modules/exploits/multi/http/kordil_edms_upload_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def initialize(info={})
2727
],
2828
'References' =>
2929
[
30-
#['OSVDB', ''],
31-
#['EDB', ''],
30+
['OSVDB', '90645'],
31+
['EDB', '24547'],
3232
],
3333
'Platform' => 'php',
3434
'Arch' => ARCH_PHP,

modules/exploits/unix/http/ctek_skyrouter.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ def initialize(info = {})
2121
},
2222
'Author' => [ 'savant42' ], #with module help from kos
2323
'License' => MSF_LICENSE,
24-
'References' => [ 'URL', 'http://dev.metasploit.com/redmine/issues/5610'],
24+
'References' => [
25+
['URL', 'http://dev.metasploit.com/redmine/issues/5610']
26+
],
2527
'Privileged' => false,
2628
'Payload' =>
2729
{

modules/exploits/unix/webapp/trixbox_langchoice.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def initialize(info = {})
2626
'License' => MSF_LICENSE,
2727
'References' =>
2828
[
29-
['OSVDB' => '50421'],
30-
['CVE' => '2008-6825'],
31-
['BID' => '30135'],
32-
['EDB' => '6026' ],
33-
['URL' => 'http://www.trixbox.org/']
29+
['OSVDB', '50421'],
30+
['CVE', '2008-6825'],
31+
['BID', '30135'],
32+
['EDB', '6026' ],
33+
['URL', 'http://www.trixbox.org/']
3434
],
3535
'Payload' =>
3636
{

modules/exploits/windows/http/manageengine_apps_mngr.rb

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,21 @@ class Metasploit3 < Msf::Exploit::Remote
1616
def initialize
1717
super(
1818
'Name' => 'ManageEngine Applications Manager Authenticated Code Execution',
19-
'Description' => %q{
19+
'Description' => %q{
2020
This module logs into the Manage Engine Appplications Manager to upload a
2121
payload to the file system and a batch script that executes the payload. },
22-
'Author' => 'Jacob Giannantonio <JGiannan[at]gmail.com>',
23-
'Platform' => 'win',
22+
'Author' => 'Jacob Giannantonio <JGiannan[at]gmail.com>',
23+
'Platform' => 'win',
2424
'DisclosureDate' => 'Apr 08 2011',
25-
'Targets' =>
25+
'References' =>
26+
[
27+
[ 'EDB', '17152' ],
28+
],
29+
'Targets' =>
2630
[
2731
['Automatic',{}],
2832
],
29-
'DefaultTarget' => 0
33+
'DefaultTarget' => 0
3034
)
3135

3236
register_options(

modules/exploits/windows/winrm/winrm_script_exec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ def initialize(info = {})
3333
},
3434
'Author' => [ 'thelightcosine' ],
3535
'License' => MSF_LICENSE,
36+
'References' =>
37+
[
38+
[ 'URL', 'http://msdn.microsoft.com/en-us/library/windows/desktop/aa384426(v=vs.85).aspx' ],
39+
],
3640
'Privileged' => true,
3741
'DefaultOptions' =>
3842
{

0 commit comments

Comments
 (0)