Skip to content

Commit f45b895

Browse files
committed
change WPVULNDBID to WPVDB
1 parent 33b3772 commit f45b895

15 files changed

+20
-20
lines changed

lib/msf/core/module/reference.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def initialize(in_ctx_id = 'Unknown', in_ctx_val = '')
108108
self.site = "http://www.kb.cert.org/vuls/id/#{in_ctx_val}"
109109
elsif (in_ctx_id == 'ZDI')
110110
self.site = "http://www.zerodayinitiative.com/advisories/ZDI-#{in_ctx_val}"
111-
elsif (in_ctx_id == 'WPVULNDBID')
111+
elsif (in_ctx_id == 'WPVDB')
112112
self.site = "https://wpvulndb.com/vulnerabilities/#{in_ctx_val}"
113113
elsif (in_ctx_id == 'URL')
114114
self.site = in_ctx_val.to_s

modules/auxiliary/admin/http/wp_custom_contact_forms.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def initialize(info = {})
2626
[
2727
[ 'URL', 'http://blog.sucuri.net/2014/08/database-takeover-in-custom-contact-forms.html' ],
2828
[ 'URL', 'https://plugins.trac.wordpress.org/changeset?old_path=%2Fcustom-contact-forms%2Ftags%2F5.1.0.3&old=997569&new_path=%2Fcustom-contact-forms%2Ftags%2F5.1.0.4&new=997569&sfp_email=&sfph_mail=' ],
29-
[ 'WPVULNDBID', '7542' ]
29+
[ 'WPVDB', '7542' ]
3030
],
3131
'DisclosureDate' => 'Aug 07 2014'
3232
))

modules/auxiliary/dos/http/wordpress_xmlrpc_dos.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info = {})
3030
['URL', 'http://www.breaksec.com/?p=6362'],
3131
['URL', 'http://mashable.com/2014/08/06/wordpress-xml-blowup-dos/'],
3232
['URL', 'https://core.trac.wordpress.org/changeset/29404'],
33-
['WPVULNDBID', '7526']
33+
['WPVDB', '7526']
3434
],
3535
'DisclosureDate'=> 'Aug 6 2014'
3636
))

modules/auxiliary/gather/wp_w3_total_cache_hash_extract.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def initialize
2626
[
2727
['OSVDB', '88744'],
2828
['URL', 'http://seclists.org/fulldisclosure/2012/Dec/242'],
29-
['WPVULNDBID', '6621']
29+
['WPVDB', '6621']
3030
],
3131
'Author' =>
3232
[

modules/exploits/unix/webapp/open_flash_chart_upload_exec.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ def initialize(info={})
3333
['CVE', '2009-4140'],
3434
['OSVDB', '59051'],
3535
['EDB', '10532'],
36-
['WPVULNDBID', '6787'],
37-
['WPVULNDBID', '6788'],
38-
['WPVULNDBID', '6789'],
39-
['WPVULNDBID', '6790'],
40-
['WPVULNDBID', '6791'],
41-
['WPVULNDBID', '6792']
36+
['WPVDB', '6787'],
37+
['WPVDB', '6788'],
38+
['WPVDB', '6789'],
39+
['WPVDB', '6790'],
40+
['WPVDB', '6791'],
41+
['WPVDB', '6792']
4242
],
4343
'Payload' =>
4444
{

modules/exploits/unix/webapp/php_wordpress_foxypress.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info = {})
3232
['EDB', '18991'],
3333
['OSVDB' '82652'],
3434
['BID', '53805'],
35-
['WPVULNDBID', '6231']
35+
['WPVDB', '6231']
3636
],
3737
'Privileged' => false,
3838
'Platform' => 'php',

modules/exploits/unix/webapp/php_wordpress_lastpost.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def initialize(info = {})
2727
['CVE', '2005-2612'],
2828
['OSVDB', '18672'],
2929
['BID', '14533'],
30-
['WPVULNDBID', '6034']
30+
['WPVDB', '6034']
3131
],
3232
'Privileged' => false,
3333
'Payload' =>

modules/exploits/unix/webapp/php_wordpress_optimizepress.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info = {})
3030
'References' =>
3131
[
3232
[ 'URL', "http://www.osirt.com/2013/11/wordpress-optimizepress-hack-file-upload-vulnerability/" ],
33-
[ 'WPVULNDBID', '7441' ]
33+
[ 'WPVDB', '7441' ]
3434
],
3535
'Privileged' => false,
3636
'Platform' => ['php'],

modules/exploits/unix/webapp/php_wordpress_total_cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def initialize(info = {})
3939
[ 'BID', '59316' ],
4040
[ 'URL', 'http://wordpress.org/support/topic/pwn3d' ],
4141
[ 'URL', 'http://www.acunetix.com/blog/web-security-zone/wp-plugins-remote-code-execution/' ],
42-
[ 'WPVULNDBID', '6622' ]
42+
[ 'WPVDB', '6622' ]
4343
],
4444
'Privileged' => false,
4545
'Platform' => ['php'],

modules/exploits/unix/webapp/wp_advanced_custom_fields_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info = {})
3030
[
3131
['OSVDB', '87353'],
3232
['URL', 'http://secunia.com/advisories/51037/'],
33-
['WPVULNDBID', '6103']
33+
['WPVDB', '6103']
3434
],
3535
'Privileged' => false,
3636
'Payload' =>

0 commit comments

Comments
 (0)