mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Cosmetics
This commit is contained in:
@@ -308,7 +308,7 @@ def start():
|
||||
warnMsg = "Ctrl+C detected in multiple target mode"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
message = "do 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