mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 13:41:29 +00:00
cosmetics
This commit is contained in:
@@ -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"):
|
||||||
|
|||||||
Reference in New Issue
Block a user