mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
cosmetics
This commit is contained in:
@@ -304,10 +304,10 @@ def start():
|
||||
|
||||
except KeyboardInterrupt:
|
||||
if conf.multipleTargets:
|
||||
warnMsg = "Ctrl+C detected"
|
||||
warnMsg = "Ctrl+C detected in multiple target mode"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
message = "\ndo you want to skip to the next target in list [Y/n/q]"
|
||||
message = "do you want to skip to the next target in list [Y/n/q]"
|
||||
test = readInput(message, default="Y")
|
||||
|
||||
if not test or test[0] in ("y", "Y"):
|
||||
|
||||
Reference in New Issue
Block a user