mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
added charsetType=2 (integer) to queryOutputLength
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user