mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Unhidding switch '--identify-waf' (Issue #290)
This commit is contained in:
@@ -993,7 +993,7 @@ def checkWaf():
|
||||
if not conf.checkWaf:
|
||||
return False
|
||||
|
||||
infoMsg = "testing if the target is protected by "
|
||||
infoMsg = "heuristic checking if the target is protected by "
|
||||
infoMsg += "some kind of WAF/IPS/IDS"
|
||||
logger.info(infoMsg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user