mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
For frenzy Ctrl-C pressing
This commit is contained in:
@@ -1039,6 +1039,8 @@ def _setSocketPreConnect():
|
||||
socket._ready[key].append(s._sock)
|
||||
except socket.error:
|
||||
pass
|
||||
except KeyboardInterrupt:
|
||||
break
|
||||
finally:
|
||||
time.sleep(0.01)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user