Skip to content

Commit 3009bdb

Browse files
committed
Add a few more references for those without
1 parent ccef6e1 commit 3009bdb

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
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/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/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)