Updated check message
This commit is contained in:
@@ -103,7 +103,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
elsif target_version == vulnerable_version
|
||||
return CheckCode::Appears
|
||||
elsif target_version < vulnerable_version
|
||||
return CheckCode::Detected("However,version #{version} of JAMES Remote Administration Tool may still be vulnerable")
|
||||
return CheckCode::Detected("Version #{version} of JAMES Remote Administration Tool may be vulnerable")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user