mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Fixes #5997
This commit is contained in:
parent
d79af7d1ec
commit
eb5c1e0aa2
3 changed files with 4 additions and 4 deletions
|
|
@ -450,7 +450,7 @@ def main():
|
|||
elif kb.get("dumpKeyboardInterrupt"):
|
||||
raise SystemExit
|
||||
|
||||
elif any(_ in excMsg for _ in ("Broken pipe",)):
|
||||
elif any(_ in excMsg for _ in ("Broken pipe", "KeyboardInterrupt")):
|
||||
raise SystemExit
|
||||
|
||||
elif valid is False:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue