minor fix

This commit is contained in:
Miroslav Stampar
2012-02-24 14:54:10 +00:00
parent 26b33154ab
commit c36cbbb3ae
4 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
abortedFlag = False
asciiTbl = getCharset(charsetType)
timeBasedCompare = (kb.technique in (PAYLOAD.TECHNIQUE.TIME, PAYLOAD.TECHNIQUE.STACKED))
retVal = hashDBRetrieve(expression)
retVal = hashDBRetrieve(expression, checkConf=True)
if retVal:
if PARTIAL_VALUE_MARKER in retVal: