Skip to content

Commit 3dac637

Browse files
committed
Fix rapid7#4983, bad copy pasta'd deprecation year
2 parents 6eedf6a + fadac30 commit 3dac637

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/exploits/unix/webapp/php_wordpress_foxypress.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Metasploit3 < Msf::Exploit::Remote
1212
include Msf::Exploit::FileDropper
1313
include Msf::Module::Deprecated
1414

15-
deprecated(Date.new(2014, 5, 23), 'exploit/unix/webapp/wp_foxypress_upload')
15+
deprecated(Date.new(2015, 5, 23), 'exploit/unix/webapp/wp_foxypress_upload')
1616

1717
def initialize(info = {})
1818
super(update_info(

modules/exploits/unix/webapp/php_wordpress_infusionsoft.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Metasploit3 < Msf::Exploit::Remote
1212
include Msf::Exploit::FileDropper
1313
include Msf::Module::Deprecated
1414

15-
deprecated(Date.new(2014, 5, 23), 'exploit/unix/webapp/wp_infusionsoft_upload')
15+
deprecated(Date.new(2015, 5, 23), 'exploit/unix/webapp/wp_infusionsoft_upload')
1616

1717
def initialize(info = {})
1818
super(update_info(info,

modules/exploits/unix/webapp/php_wordpress_lastpost.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Metasploit3 < Msf::Exploit::Remote
1212
include Msf::Exploit::Remote::HttpClient
1313
include Msf::Module::Deprecated
1414

15-
deprecated(Date.new(2014, 5, 23), 'exploit/unix/webapp/wp_lastpost_exec')
15+
deprecated(Date.new(2015, 5, 23), 'exploit/unix/webapp/wp_lastpost_exec')
1616

1717
def initialize(info = {})
1818
super(update_info(info,

modules/exploits/unix/webapp/php_wordpress_optimizepress.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Metasploit3 < Msf::Exploit::Remote
1313
include Msf::Exploit::FileDropper
1414
include Msf::Module::Deprecated
1515

16-
deprecated(Date.new(2014, 5, 23), 'exploit/unix/webapp/wp_optimizepress_upload')
16+
deprecated(Date.new(2015, 5, 23), 'exploit/unix/webapp/wp_optimizepress_upload')
1717

1818
def initialize(info = {})
1919
super(update_info(info,

modules/exploits/unix/webapp/php_wordpress_total_cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Metasploit3 < Msf::Exploit::Remote
88
include Msf::Exploit::Remote::HttpClient
99
include Msf::Module::Deprecated
1010

11-
deprecated(Date.new(2014, 5, 23), 'exploit/unix/webapp/wp_total_cache_exec')
11+
deprecated(Date.new(2015, 5, 23), 'exploit/unix/webapp/wp_total_cache_exec')
1212

1313
Rank = ExcellentRanking
1414

0 commit comments

Comments
 (0)