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 48c0f4f commit 7ef286aCopy full SHA for 7ef286a
1 file changed
lib/techniques/blind/inference.py
@@ -401,6 +401,9 @@ 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