mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
cosmetics
This commit is contained in:
@@ -878,8 +878,8 @@ def checkWaf():
|
|||||||
conf.parameters = dict(backup)
|
conf.parameters = dict(backup)
|
||||||
|
|
||||||
if retVal:
|
if retVal:
|
||||||
warnMsg = "it appears that the target is protected. "
|
warnMsg = "it appears that the target is protected. Please "
|
||||||
warnMsg += "please consider usage of tampering scripts"
|
warnMsg += "consider usage of tamper scripts (--tamper switch)"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
else:
|
else:
|
||||||
infoMsg = "it appears that the target is not protected"
|
infoMsg = "it appears that the target is not protected"
|
||||||
|
|||||||
Reference in New Issue
Block a user