minor "fix"

This commit is contained in:
Bernardo Damele 2013-02-08 16:30:34 +00:00
parent 8b510c55fb
commit 98864e425f

View File

@ -522,7 +522,7 @@ class Metasploit:
initialized = True
elif time.time() - start_time > METASPLOIT_SESSION_TIMEOUT:
if time.time() - start_time > METASPLOIT_SESSION_TIMEOUT:
proc.kill()
errMsg = "timeout occurred while attempting "
errMsg += "to open a remote session"