Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ef286a

Browse files
committed
some speed up
1 parent 48c0f4f commit 7ef286a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/techniques/blind/inference.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,9 @@ def downloadThread():
401401
queriesCount[0] += 1
402402
result = Request.queryPage(urlencode(agent.payload(newValue=query)))
403403

404+
# We've used the singleValue and for sure we won't need it again
405+
kb.commonOutputs[kb.partRun].remove(singleValue)
406+
404407
# Did we have luck?
405408
if result:
406409
dataToSessionFile(replaceNewlineTabs(singleValue[index-1:]))

0 commit comments

Comments
 (0)