mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor cosmetic update
This commit is contained in:
@@ -1096,7 +1096,8 @@ def identifyWaf():
|
|||||||
errMsg += "consider usage of tamper scripts (option '--tamper')"
|
errMsg += "consider usage of tamper scripts (option '--tamper')"
|
||||||
logger.critical(errMsg)
|
logger.critical(errMsg)
|
||||||
|
|
||||||
message = "are you sure that you want to continue with target testing? [y/N] "
|
message = "are you sure that you want to "
|
||||||
|
message += "continue with further target testing? [y/N] "
|
||||||
output = readInput(message, default="N")
|
output = readInput(message, default="N")
|
||||||
|
|
||||||
if output and output[0] not in ("Y", "y"):
|
if output and output[0] not in ("Y", "y"):
|
||||||
|
|||||||
Reference in New Issue
Block a user