mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-15 22:10:36 +00:00
Patch for #5348
This commit is contained in:
parent
aabfcbc3e1
commit
3aa6692b82
2 changed files with 6 additions and 1 deletions
|
|
@ -436,6 +436,11 @@ def main():
|
|||
logger.critical(errMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif any(_ in errMsg for _ in (": 9.9.9#",)):
|
||||
errMsg = "LOL :)"
|
||||
logger.critical(errMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif kb.get("dumpKeyboardInterrupt"):
|
||||
raise SystemExit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue