Don't show "Server stopped"

bug/bundler_fix
wchen-r7 2015-06-05 11:16:43 -05:00
parent ecdeeea5c6
commit f8c5e5a70a
1 changed files with 1 additions and 1 deletions

View File

@ -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