Identify the hung host in the thread info

bug/bundler_fix
HD Moore 2014-06-22 16:01:03 -05:00
parent 538a520445
commit d6a263d538
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ module ReverseTcp
client = self.handler_queue.pop
begin
if datastore['ReverseListenerThreaded']
self.conn_threads << framework.threads.spawn("ReverseTcpHandlerSession", false, client) { | client_copy|
self.conn_threads << framework.threads.spawn("ReverseTcpHandlerSession-#{local_port}-#{client.peerhost}", false, client) { | client_copy|
handle_connection(wrap_aes_socket(client_copy))
}
else