mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 12:30:36 +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))
|
dataToSessionFile("[%s][%s][%s][%s][" % (conf.url, kb.injPlace, conf.parameters[kb.injPlace], lengthExpr))
|
||||||
|
|
||||||
lengthExprUnescaped = unescaper.unescape(lengthExpr)
|
lengthExprUnescaped = unescaper.unescape(lengthExpr)
|
||||||
count, length = bisection(payload, lengthExprUnescaped)
|
count, length = bisection(payload, lengthExprUnescaped, charsetType=2)
|
||||||
|
|
||||||
if length == " ":
|
if length == " ":
|
||||||
length = 0
|
length = 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user