大毛

Results 2 issues of 大毛

Hi @savon-noir, maybe we can add timeout for NmapProcess, so that if timeout happens, kill it.

Hi @leporo I set redis `requirepass xxxxx`, and use tornado-redis like: ``` python self.conn = tornadoredis.Client(host='127.0.0.1', port=6379, password='xxxxx', selected_db=15) ``` Most of the time, it's ok, but occasionally, auth failed...