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

Skip to content

Commit 838762f

Browse files
committed
previous quick fix removal
1 parent 7ef286a commit 838762f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/techniques/blind/inference.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,6 @@ 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-
407404
# Did we have luck?
408405
if result:
409406
dataToSessionFile(replaceNewlineTabs(singleValue[index-1:]))

0 commit comments

Comments
 (0)