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