mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update
This commit is contained in:
parent
10a7a2dfb2
commit
e9f1ecb9e7
2 changed files with 5 additions and 2 deletions
|
|
@ -594,7 +594,10 @@ def checkStability():
|
|||
logger.warn(warnMsg)
|
||||
|
||||
message = "how do you want to proceed? [C(ontinue)/s(tring)/r(egex)/q(uit)] "
|
||||
test = readInput(message, default="C")
|
||||
if not conf.scriptKiddie:
|
||||
test = readInput(message, default="C")
|
||||
else:
|
||||
test = None
|
||||
|
||||
if test and test[0] in ("q", "Q"):
|
||||
raise sqlmapUserQuitException
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue