Fix check code

bug/bundler_fix
Gabor Seljan 2017-01-21 09:39:09 +01:00
parent 905213cc41
commit c47f087c83
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class MetasploitModule < Msf::Exploit::Remote
if res && res.code == 200
if res.body =~ /Disk Savvy Enterprise v9\.(1|3)\.14/
return Exploit::CheckCode::Vulnerable
return Exploit::CheckCode::Appears
elsif res.body =~ /Disk Savvy Enterprise/
return Exploit::CheckCode::Detected
end