mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
added charsetType=2 (integer) to queryOutputLength
This commit is contained in:
parent
430a25407b
commit
6752e66164
|
@ -85,7 +85,7 @@ def queryOutputLength(expression, payload):
|
|||
dataToSessionFile("[%s][%s][%s][%s][" % (conf.url, kb.injPlace, conf.parameters[kb.injPlace], lengthExpr))
|
||||
|
||||
lengthExprUnescaped = unescaper.unescape(lengthExpr)
|
||||
count, length = bisection(payload, lengthExprUnescaped)
|
||||
count, length = bisection(payload, lengthExprUnescaped, charsetType=2)
|
||||
|
||||
if length == " ":
|
||||
length = 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user