mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor cosmetics
This commit is contained in:
parent
dcb398f916
commit
7ebc1ab90a
|
@ -455,7 +455,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
warnMsg = "Ctrl+C detected in detection phase"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
message = "How do you want to proceed? [(S)kip test/(e)nd detection phase/(n)ext parameter/(q)uit]"
|
||||
message = "How do you want to proceed? [(S)kip current test/(e)nd detection phase/(n)ext parameter/(q)uit]"
|
||||
test = readInput(message, default="S")
|
||||
|
||||
if not test or test[0] in ("s", "S"):
|
||||
|
|
Loading…
Reference in New Issue
Block a user