mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor refactoring for an Issue #290
This commit is contained in:
parent
8e49872d7c
commit
08f0670aca
5 changed files with 13 additions and 26 deletions
|
|
@ -925,7 +925,7 @@ def _setWafFunctions():
|
|||
errMsg += "in WAF script '%s'" % found
|
||||
raise SqlmapGenericException(errMsg)
|
||||
else:
|
||||
kb.wafFunctions.append((_["detect"], _.get("__product__", filename[:-3]), _.get("__request__")))
|
||||
kb.wafFunctions.append((_["detect"], _.get("__product__", filename[:-3])))
|
||||
|
||||
def _setThreads():
|
||||
if not isinstance(conf.threads, int) or conf.threads <= 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue