Update the check method.

This commit is contained in:
Green-m 2018-08-03 01:39:37 -04:00
parent 0cbfd483ae
commit d2c53e1c88
No known key found for this signature in database
GPG Key ID: 7A4A0E684B5D6747
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class MetasploitModule < Msf::Exploit::Remote
end
if res && res.code == 200 && res.body.include?('application-id')
return CheckCode::Detected
return CheckCode::Appears
end
CheckCode::Safe