diff --git a/lib/msf/core/exploit/tcp_server.rb b/lib/msf/core/exploit/tcp_server.rb index 14af809cc9..3a84cf38c9 100644 --- a/lib/msf/core/exploit/tcp_server.rb +++ b/lib/msf/core/exploit/tcp_server.rb @@ -71,7 +71,7 @@ module Exploit::Remote::TcpServer super if(service) stop_service() - print_status("Server stopped.") + print_status("Server stopped.") unless datastore['MODULEOWNER'] == Msf::Exploit::Remote::BrowserAutopwnv2 end end