mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor 'patch' for #4095
This commit is contained in:
parent
1b92acc033
commit
c71bdf5c9e
2 changed files with 6 additions and 1 deletions
|
|
@ -367,6 +367,11 @@ def main():
|
|||
logger.critical(errMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif any(_ in excMsg for _ in ("unable to access item 'liveTest'",)):
|
||||
errMsg = "detected usage of files from different versions of sqlmap"
|
||||
logger.critical(errMsg)
|
||||
raise SystemExit
|
||||
|
||||
elif kb.get("dumpKeyboardInterrupt"):
|
||||
raise SystemExit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue