mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
cosmetics
This commit is contained in:
parent
03220d34ba
commit
05c6d661e8
|
@ -409,10 +409,10 @@ def checkSqlInjection(place, parameter, value):
|
||||||
break
|
break
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
warnMsg = "Ctrl+C detected in detection mode"
|
warnMsg = "Ctrl+C detected in detection phase"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
message = "What do you want to do? [(S)kip current/(a)bort detection/(q)uit]"
|
message = "How do you want to proceed? [(S)kip current test/(a)bort detection/(q)uit]"
|
||||||
test = readInput(message, default="S")
|
test = readInput(message, default="S")
|
||||||
|
|
||||||
if not test or test[0] in ("s", "S"):
|
if not test or test[0] in ("s", "S"):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user