mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor 'patch' for #4095
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user