mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
minor "fix"
This commit is contained in:
parent
8b510c55fb
commit
98864e425f
1 changed files with 1 additions and 1 deletions
|
|
@ -522,7 +522,7 @@ class Metasploit:
|
||||||
|
|
||||||
initialized = True
|
initialized = True
|
||||||
|
|
||||||
elif time.time() - start_time > METASPLOIT_SESSION_TIMEOUT:
|
if 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 a new issue