Make check really better

bug/bundler_fix
jvazquez-r7 2013-11-30 09:47:34 -06:00
parent 749e6bd65b
commit 3417c4442a
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ class Metasploit3 < Msf::Exploit::Remote
elsif res.code == 200 and
res.body.to_s =~ /Data Center Network Manager/
return Exploit::CheckCode::Detected
else
return Exploit::CheckCode::Safe
end
if version =~ /6.1/