mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
minor fix
This commit is contained in:
@@ -303,6 +303,7 @@ def start():
|
||||
raise
|
||||
|
||||
except KeyboardInterrupt:
|
||||
if conf.multipleTargets:
|
||||
warnMsg = "Ctrl+C detected"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
@@ -315,6 +316,8 @@ def start():
|
||||
return False
|
||||
elif test[0] in ("q", "Q"):
|
||||
raise sqlmapUserQuitException
|
||||
else:
|
||||
raise
|
||||
|
||||
except sqlmapUserQuitException:
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user