We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928634b commit d52593fCopy full SHA for d52593f
modules/exploits/linux/http/craftcms_ftp_template.rb
@@ -179,7 +179,7 @@ def check
179
'vars_get' => { '--configPath' => "/#{nonce}" }
180
)
181
182
- if res&.body&.include?('mkdir()') && res&.body&.include?(nonce)
+ if res&.body&.include?('mkdir()') && res.body.include?(nonce)
183
CheckCode::Vulnerable
184
else
185
CheckCode::Safe
0 commit comments