Skip to content

Commit b3c4dfc

Browse files
committed
Land rapid7#2593, updated refs for @brandonprry's stuff
2 parents 7838131 + 344413b commit b3c4dfc

File tree

7 files changed

+17
-6
lines changed

7 files changed

+17
-6
lines changed

modules/exploits/multi/http/openbravo_xxe.rb renamed to modules/auxiliary/admin/http/openbravo_xxe.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ def initialize(info = {})
2727
[
2828
'Brandon Perry <bperry.volatile[at]gmail.com>' # Discovery / msf module
2929
],
30+
'References' =>
31+
[
32+
['CVE', '2013-3617'],
33+
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
34+
],
3035
'License' => MSF_LICENSE,
3136
'DisclosureDate' => 'Oct 30 2013'
3237
))

modules/exploits/multi/http/ispconfig_php_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def initialize(info = {})
2727
'License' => MSF_LICENSE,
2828
'References' =>
2929
[
30-
['CVE', '2013-3629']
30+
['CVE', '2013-3629'],
31+
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
3132
],
3233
'Privileged' => false,
3334
'Platform' => ['php'],

modules/exploits/multi/http/moodle_cmd_exec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ def initialize(info={})
3535
],
3636
'References' =>
3737
[
38-
['URL', 'http://www.exploit-db.com/exploits/28174/'], #xss vuln allowing sesskey of admins to be stolen
39-
['CVE', '2013-3630']
38+
['CVE', '2013-3630'],
39+
['EDB', '28174'], #xss vuln allowing sesskey of admins to be stolen
40+
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
4041
],
4142
'Payload' =>
4243
{

modules/exploits/multi/http/nas4free_php_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def initialize(info = {})
2626
'License' => MSF_LICENSE,
2727
'References' =>
2828
[
29-
['CVE', '2013-3631']
29+
['CVE', '2013-3631'],
30+
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
3031
],
3132
'Payload' =>
3233
{

modules/exploits/multi/http/openmediavault_cmd_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def initialize(info={})
2525
],
2626
'References' =>
2727
[
28-
['CVE', '2013-3632']
28+
['CVE', '2013-3632'],
29+
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
2930
],
3031
'Privileged' => true,
3132
'DefaultOptions' => { 'WfsDelay' => 60 },

modules/exploits/multi/http/vtiger_php_exec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def initialize(info = {})
2727
'License' => MSF_LICENSE,
2828
'References' =>
2929
[
30+
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
3031
],
3132
'Privileged' => false,
3233
'Platform' => ['php'],

modules/exploits/multi/http/zabbix_script_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def initialize(info={})
2727
],
2828
'References' =>
2929
[
30-
['CVE', '2013-3628']
30+
['CVE', '2013-3628'],
31+
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
3132
],
3233
'Payload' =>
3334
{

0 commit comments

Comments
 (0)