mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor style update
This commit is contained in:
parent
fc554e5b99
commit
3a8c0cd3a2
|
@ -1061,6 +1061,7 @@ def identifyWaf():
|
|||
|
||||
for function, product in kb.wafFunctions:
|
||||
try:
|
||||
logger.debug("checking for WAF/IDS/IPS product '%s'" % product)
|
||||
found = function(_)
|
||||
except Exception, ex:
|
||||
errMsg = "exception occured while running "
|
||||
|
|
Loading…
Reference in New Issue
Block a user