mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Changing from warn to info for no WAF found
This commit is contained in:
parent
ad471368f5
commit
68ce51bfd4
|
@ -1086,8 +1086,8 @@ def identifyWaf():
|
|||
errMsg += "consider usage of tamper scripts (option '--tamper')"
|
||||
logger.critical(errMsg)
|
||||
else:
|
||||
warnMsg = "no WAF/IDS/IPS product has been identified"
|
||||
logger.warn(warnMsg)
|
||||
infoMsg = "no WAF/IDS/IPS product has been identified"
|
||||
logger.info(infoMsg)
|
||||
|
||||
return retVal
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user