diff --git a/lib/request/inject.py b/lib/request/inject.py index acf46405f..55b1f9235 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -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