Skip to content

Commit fdb457d

Browse files
author
jvazquez-r7
committed
Merge branch 'refs_update' of https://github.com/wchen-r7/metasploit-framework into wchen-r7-refs_update
2 parents 6512eb4 + 31e2a16 commit fdb457d

22 files changed

+31
-8
lines changed

modules/exploits/linux/http/dolibarr_cmd_exec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def initialize(info={})
3232
],
3333
'References' =>
3434
[
35+
['OSVDB', '80980'],
3536
['URL', 'http://seclists.org/fulldisclosure/2012/Apr/78']
3637
],
3738
'Arch' => ARCH_CMD,

modules/exploits/linux/http/webid_converter.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def initialize(info = {})
2929
'References' =>
3030
[
3131
[ 'OSVDB', '73609' ],
32-
[ 'EDB', '17487' ]
32+
[ 'EDB', '17487' ],
33+
[ 'URL', 'http://www.webidsupport.com/forums/showthread.php?3892' ]
3334
],
3435
'Version' => '$Revision$',
3536
'Privileged' => false,

modules/exploits/multi/http/phptax_exec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def initialize(info={})
3131
],
3232
'References' =>
3333
[
34+
['OSVDB', '86992'],
3435
['EDB', '21665']
3536
],
3637
'Payload' =>

modules/exploits/multi/http/snortreport_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def initialize(info={})
3232
'Version' => '$Revision$',
3333
'References' =>
3434
[
35-
['OSVDB', '67739']
35+
['OSVDB', '67739'],
36+
['URL', 'http://www.symmetrixtech.com/articles/news-016.html']
3637
],
3738
'Payload' =>
3839
{

modules/exploits/unix/misc/qnx_qconn_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ def initialize(info={})
2929
],
3030
'References' =>
3131
[
32+
['OSVDB', '86672'],
3233
['EDB', '21520'],
3334
['URL', 'http://www.fishnetsecurity.com/6labs/blog/pentesting-qnx-neutrino-rtos'],
34-
['URL', 'http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/utilities/q/qconn.html'],
35+
['URL', 'http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/utilities/q/qconn.html']
3536
],
3637
'Payload' =>
3738
{

modules/exploits/unix/ssh/tectia_passwd_changereq.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def initialize(info={})
3333
[
3434
['CVE', '2012-5975'],
3535
['EDB', '23082'],
36+
['OSVDB', '88103'],
3637
['URL', 'http://seclists.org/fulldisclosure/2012/Dec/12'],
3738
['URL', 'http://www.ssh.com/index.php/component/content/article/531.html']
3839
],

modules/exploits/unix/webapp/basilic_diff_exec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def initialize(info = {})
2929
'License' => MSF_LICENSE,
3030
'References' =>
3131
[
32+
[ 'OSVDB', '83719' ],
3233
[ 'BID', '54234' ]
3334
],
3435
'Platform' => ['linux', 'unix'],

modules/exploits/unix/webapp/projectpier_upload_exec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def initialize(info={})
3434
'References' =>
3535
[
3636
['OSVDB', '85881'],
37+
['EDB', '21929'],
3738
['URL', 'http://packetstormsecurity.org/files/117070/ProjectPier-0.8.8-Shell-Upload.html']
3839
],
3940
'Platform' => ['linux', 'php'],

modules/exploits/unix/webapp/xoda_file_upload.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def initialize(info={})
2929
],
3030
'References' =>
3131
[
32+
[ 'OSVDB', '85117' ],
3233
[ 'BID', '55127' ],
3334
[ 'EDB', '20703' ]
3435
],

modules/exploits/windows/browser/asus_net4switch_ipswcom.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def initialize(info={})
2929
],
3030
'References' =>
3131
[
32+
[ 'CVE', '2012-4924 ' ],
3233
[ 'OSVDB', '79438' ],
3334
[ 'URL', 'http://dsecrg.com/pages/vul/show.php?id=417' ]
3435
],

0 commit comments

Comments
 (0)