mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
revert
This commit is contained in:
parent
98864e425f
commit
1596b9ed59
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user