mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #4400
This commit is contained in:
parent
c9a8b915c8
commit
673a5afe07
2 changed files with 2 additions and 2 deletions
|
|
@ -506,7 +506,7 @@ class Metasploit(object):
|
|||
if IS_WIN:
|
||||
timeout = 3
|
||||
|
||||
inp = ""
|
||||
inp = b""
|
||||
_ = time.time()
|
||||
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue