mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +03:00
Minor cosmetics
This commit is contained in:
parent
6058eecba0
commit
229e4e167b
|
@ -1079,7 +1079,7 @@ def identifyWaf():
|
||||||
errMsg += "consider usage of tamper scripts (option '--tamper')"
|
errMsg += "consider usage of tamper scripts (option '--tamper')"
|
||||||
logger.critical(errMsg)
|
logger.critical(errMsg)
|
||||||
else:
|
else:
|
||||||
warnMsg = "WAF/IDS/IPS product not identified"
|
warnMsg = "no WAF/IDS/IPS product has been identified"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
return retVal
|
return retVal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user