mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
cosmeticados ;)
This commit is contained in:
parent
64fcc88be5
commit
5b21352656
5 changed files with 7 additions and 7 deletions
|
|
@ -468,7 +468,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
Backend.flushForcedDbms()
|
||||
|
||||
except KeyboardInterrupt:
|
||||
warnMsg = "Ctrl+C detected in detection phase"
|
||||
warnMsg = "user aborted during detection phase"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
message = "How do you want to proceed? [(S)kip current test/(e)nd detection phase/(n)ext parameter/(q)uit]"
|
||||
|
|
|
|||
|
|
@ -448,7 +448,7 @@ def start():
|
|||
|
||||
except KeyboardInterrupt:
|
||||
if conf.multipleTargets:
|
||||
warnMsg = "Ctrl+C detected in multiple target mode"
|
||||
warnMsg = "user aborted in multiple target mode"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
message = "do you want to skip to the next target in list? [Y/n/q]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue