# File lib/msf/core/exploit/tcp.rb, line 278
        def cleanup
                if(service)
                        stop_service()
                        print_status("Server stopped.")
                end
        end