mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
Minor style update
This commit is contained in:
@@ -1061,6 +1061,7 @@ def identifyWaf():
|
|||||||
|
|
||||||
for function, product in kb.wafFunctions:
|
for function, product in kb.wafFunctions:
|
||||||
try:
|
try:
|
||||||
|
logger.debug("checking for WAF/IDS/IPS product '%s'" % product)
|
||||||
found = function(_)
|
found = function(_)
|
||||||
except Exception, ex:
|
except Exception, ex:
|
||||||
errMsg = "exception occured while running "
|
errMsg = "exception occured while running "
|
||||||
|
|||||||
Reference in New Issue
Block a user