diff --git a/modules/exploits/linux/smtp/apache_james_exec.rb b/modules/exploits/linux/smtp/apache_james_exec.rb index 6963ce5885..a8658005f4 100644 --- a/modules/exploits/linux/smtp/apache_james_exec.rb +++ b/modules/exploits/linux/smtp/apache_james_exec.rb @@ -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