From f8c5e5a70ace011e94c96645dd9bf84406adfdf0 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Fri, 5 Jun 2015 11:16:43 -0500 Subject: [PATCH] Don't show "Server stopped" --- lib/msf/core/exploit/tcp_server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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