mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Unhidding switch '--identify-waf' (Issue #290)
This commit is contained in:
parent
08f0670aca
commit
29ba43ee6c
3 changed files with 11 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue