mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
revert
This commit is contained in:
parent
98864e425f
commit
1596b9ed59
|
@ -522,7 +522,7 @@ class Metasploit:
|
||||||
|
|
||||||
initialized = True
|
initialized = True
|
||||||
|
|
||||||
if time.time() - start_time > METASPLOIT_SESSION_TIMEOUT:
|
elif time.time() - start_time > METASPLOIT_SESSION_TIMEOUT:
|
||||||
proc.kill()
|
proc.kill()
|
||||||
errMsg = "timeout occurred while attempting "
|
errMsg = "timeout occurred while attempting "
|
||||||
errMsg += "to open a remote session"
|
errMsg += "to open a remote session"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user