Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef286a commit 838762fCopy full SHA for 838762f
1 file changed
lib/techniques/blind/inference.py
@@ -401,9 +401,6 @@ def downloadThread():
401
queriesCount[0] += 1
402
result = Request.queryPage(urlencode(agent.payload(newValue=query)))
403
404
- # We've used the singleValue and for sure we won't need it again
405
- kb.commonOutputs[kb.partRun].remove(singleValue)
406
-
407
# Did we have luck?
408
if result:
409
dataToSessionFile(replaceNewlineTabs(singleValue[index-1:]))
0 commit comments