mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 19:55:47 +03:00
previous quick fix removal
This commit is contained in:
parent
7ef286a76f
commit
838762fb00
|
@ -401,9 +401,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||||
queriesCount[0] += 1
|
queriesCount[0] += 1
|
||||||
result = Request.queryPage(urlencode(agent.payload(newValue=query)))
|
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?
|
# Did we have luck?
|
||||||
if result:
|
if result:
|
||||||
dataToSessionFile(replaceNewlineTabs(singleValue[index-1:]))
|
dataToSessionFile(replaceNewlineTabs(singleValue[index-1:]))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user