This commit is contained in:
Bernardo Damele 2013-02-08 16:43:49 +00:00
parent 98864e425f
commit 1596b9ed59

View File

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