Skip to content

Commit 345d5c5

Browse files
committed
Update version numbers to reflect latest release
1 parent 9d33979 commit 345d5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/unix/webapp/wp_easycart_unrestricted_file_upload.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def initialize(info = {})
4949
'DisclosureDate' => 'Jan 08 2015',
5050
'Platform' => 'php',
5151
'Arch' => ARCH_PHP,
52-
'Targets' => [['wp-easycart < 3.0.17', {}]],
52+
'Targets' => [['wp-easycart < 3.0.19', {}]],
5353
'DefaultTarget' => 0
5454
))
5555

@@ -95,7 +95,7 @@ def req_id
9595
end
9696

9797
def check
98-
check_plugin_version_from_readme('wp-easycart', '3.0.17')
98+
check_plugin_version_from_readme('wp-easycart', '3.0.19')
9999
end
100100

101101
def generate_mime_message(payload, date_hash, name, include_req_id)

0 commit comments

Comments
 (0)