mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Cosmetics
This commit is contained in:
parent
6716315a76
commit
4d81da6bc8
3 changed files with 7 additions and 4 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue