diff --git a/modules/exploits/unix/webapp/php_wordpress_foxypress.rb b/modules/exploits/unix/webapp/php_wordpress_foxypress.rb index d76c5a9e9a..3970b9654f 100644 --- a/modules/exploits/unix/webapp/php_wordpress_foxypress.rb +++ b/modules/exploits/unix/webapp/php_wordpress_foxypress.rb @@ -12,7 +12,7 @@ class Metasploit3 < Msf::Exploit::Remote include Msf::Exploit::FileDropper include Msf::Module::Deprecated - deprecated(Date.new(2014, 5, 23), 'exploit/unix/webapp/wp_foxypress_upload') + deprecated(Date.new(2015, 5, 23), 'exploit/unix/webapp/wp_foxypress_upload') def initialize(info = {}) super(update_info( diff --git a/modules/exploits/unix/webapp/php_wordpress_infusionsoft.rb b/modules/exploits/unix/webapp/php_wordpress_infusionsoft.rb index bf6d305b62..f74ad09860 100644 --- a/modules/exploits/unix/webapp/php_wordpress_infusionsoft.rb +++ b/modules/exploits/unix/webapp/php_wordpress_infusionsoft.rb @@ -12,7 +12,7 @@ class Metasploit3 < Msf::Exploit::Remote include Msf::Exploit::FileDropper include Msf::Module::Deprecated - deprecated(Date.new(2014, 5, 23), 'exploit/unix/webapp/wp_infusionsoft_upload') + deprecated(Date.new(2015, 5, 23), 'exploit/unix/webapp/wp_infusionsoft_upload') def initialize(info = {}) super(update_info(info, diff --git a/modules/exploits/unix/webapp/php_wordpress_lastpost.rb b/modules/exploits/unix/webapp/php_wordpress_lastpost.rb index cd7ac0e832..66ceaec01d 100644 --- a/modules/exploits/unix/webapp/php_wordpress_lastpost.rb +++ b/modules/exploits/unix/webapp/php_wordpress_lastpost.rb @@ -12,7 +12,7 @@ class Metasploit3 < Msf::Exploit::Remote include Msf::Exploit::Remote::HttpClient include Msf::Module::Deprecated - deprecated(Date.new(2014, 5, 23), 'exploit/unix/webapp/wp_lastpost_exec') + deprecated(Date.new(2015, 5, 23), 'exploit/unix/webapp/wp_lastpost_exec') def initialize(info = {}) super(update_info(info, diff --git a/modules/exploits/unix/webapp/php_wordpress_optimizepress.rb b/modules/exploits/unix/webapp/php_wordpress_optimizepress.rb index e487bc3ddc..b478a9ce48 100644 --- a/modules/exploits/unix/webapp/php_wordpress_optimizepress.rb +++ b/modules/exploits/unix/webapp/php_wordpress_optimizepress.rb @@ -13,7 +13,7 @@ class Metasploit3 < Msf::Exploit::Remote include Msf::Exploit::FileDropper include Msf::Module::Deprecated - deprecated(Date.new(2014, 5, 23), 'exploit/unix/webapp/wp_optimizepress_upload') + deprecated(Date.new(2015, 5, 23), 'exploit/unix/webapp/wp_optimizepress_upload') def initialize(info = {}) super(update_info(info, diff --git a/modules/exploits/unix/webapp/php_wordpress_total_cache.rb b/modules/exploits/unix/webapp/php_wordpress_total_cache.rb index 32bf79fc18..6486d80b29 100644 --- a/modules/exploits/unix/webapp/php_wordpress_total_cache.rb +++ b/modules/exploits/unix/webapp/php_wordpress_total_cache.rb @@ -8,7 +8,7 @@ class Metasploit3 < Msf::Exploit::Remote include Msf::Exploit::Remote::HttpClient include Msf::Module::Deprecated - deprecated(Date.new(2014, 5, 23), 'exploit/unix/webapp/wp_total_cache_exec') + deprecated(Date.new(2015, 5, 23), 'exploit/unix/webapp/wp_total_cache_exec') Rank = ExcellentRanking