This module fails to load due to the missing end

This commit is contained in:
sinn3r
2014-01-24 17:56:47 -06:00
parent 9db295769d
commit a7fa4e312b
@@ -131,6 +131,8 @@ class Metasploit3 < Msf::Exploit::Remote
if res.nil?
vprint_error("Connection timed out")
return Exploit::CheckCode::Unknown
end
if res.body =~ /var currentMutinyVersion = "Version ([0-9\.-]*)/
version = $1
end