This module fails to load due to the missing end
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user