mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor patch for WAF mechanism
This commit is contained in:
parent
94579aa80d
commit
1f60dfc835
2 changed files with 5 additions and 1 deletions
|
|
@ -1382,6 +1382,9 @@ def identifyWaf():
|
|||
retVal = []
|
||||
|
||||
for function, product in kb.wafFunctions:
|
||||
if retVal and "unknown" in product.lower():
|
||||
continue
|
||||
|
||||
try:
|
||||
logger.debug("checking for WAF/IPS/IDS product '%s'" % product)
|
||||
found = function(_)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue