mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fixes #5924
This commit is contained in:
parent
c3c1f35b35
commit
52e83cdca1
3 changed files with 4 additions and 4 deletions
|
|
@ -402,7 +402,7 @@ def processResponse(page, responseHeaders, code=None, status=None):
|
|||
kb.identifiedWafs.add(waf)
|
||||
errMsg = "WAF/IPS identified as '%s'" % identYwaf.format_name(waf)
|
||||
singleTimeLogMessage(errMsg, logging.CRITICAL)
|
||||
except SystemError as ex:
|
||||
except Exception as ex:
|
||||
singleTimeWarnMessage("internal error occurred in WAF/IPS detection ('%s')" % getSafeExString(ex))
|
||||
|
||||
if kb.originalPage is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue