diff --git a/modules/exploits/unix/webapp/php_include.rb b/modules/exploits/unix/webapp/php_include.rb index 898f0b10ca..9136d42cf5 100644 --- a/modules/exploits/unix/webapp/php_include.rb +++ b/modules/exploits/unix/webapp/php_include.rb @@ -130,7 +130,7 @@ class Metasploit3 < Msf::Exploit::Remote print_error("The target service unreachable") break rescue ::OpenSSL::SSL::SSLError - print_error("The target failed to negotiate SSL, is this really a SSL service?") + print_error("The target failed to negotiate SSL, is this really an SSL service?") break rescue ::Exception => e print_error("Exception #{e.class} #{e}")