mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
leftover from previous commit
This commit is contained in:
parent
a5924739f6
commit
3a94953ae2
|
@ -80,7 +80,7 @@ def __goInference(payload, expression, charsetType=None, firstChar=None, lastCha
|
|||
|
||||
if not (timeBasedCompare and kb.dnsTest):
|
||||
if (conf.eta or conf.threads > 1) and Backend.getIdentifiedDbms() and not timeBasedCompare:
|
||||
_, length, _ = queryOutputLength(expression, payload)
|
||||
length = queryOutputLength(expression, payload)
|
||||
else:
|
||||
length = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user