Skip to content

Commit f2b834c

Browse files
committed
remove check because the vuln is unpatched
1 parent d2421a2 commit f2b834c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

modules/exploits/unix/webapp/wp_easycart_unrestricted_file_upload.rb

Lines changed: 1 addition & 5 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.19', {}]],
52+
'Targets' => [['wp-easycart', {}]],
5353
'DefaultTarget' => 0
5454
))
5555

@@ -94,10 +94,6 @@ def req_id
9494
end
9595
end
9696

97-
def check
98-
check_plugin_version_from_readme('wp-easycart', '3.0.19')
99-
end
100-
10197
def generate_mime_message(payload, date_hash, name, include_req_id)
10298
data = Rex::MIME::Message.new
10399
data.add_part(date_hash, nil, nil, 'form-data; name="datemd5"')

0 commit comments

Comments
 (0)