From 838762fb0057316af57cb3360b36c6950eadc969 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 28 May 2010 10:38:23 +0000 Subject: [PATCH] previous quick fix removal --- lib/techniques/blind/inference.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index cd5acc5bb..e26ff3ded 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -401,9 +401,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None queriesCount[0] += 1 result = Request.queryPage(urlencode(agent.payload(newValue=query))) - # We've used the singleValue and for sure we won't need it again - kb.commonOutputs[kb.partRun].remove(singleValue) - # Did we have luck? if result: dataToSessionFile(replaceNewlineTabs(singleValue[index-1:]))