mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
cosmetics
This commit is contained in:
parent
9bc9302e58
commit
06760182f1
2 changed files with 4 additions and 2 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue