mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +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