Fix check code
parent
905213cc41
commit
c47f087c83
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue