# File lib/msf/core/handler/reverse_tcp.rb, line 75 def cleanup_handler stop_handler # Kill any remaining handle_connection threads that might # be hanging around conn_threads.each { |thr| thr.kill } end