mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Probable patch for #3013 and similar Issues
This commit is contained in:
parent
45fb5ab4a5
commit
c7329cb03b
3 changed files with 4 additions and 4 deletions
|
|
@ -305,7 +305,7 @@ def main():
|
|||
logger.error(errMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif "valueStack.pop" in excMsg and kb.get("dumpKeyboardInterrupt"):
|
||||
elif kb.get("dumpKeyboardInterrupt"):
|
||||
raise SystemExit
|
||||
|
||||
elif any(_ in excMsg for _ in ("Broken pipe",)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue