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

Skip to content

Commit 6752e66

Browse files
committed
added charsetType=2 (integer) to queryOutputLength
1 parent 430a254 commit 6752e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/resume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def queryOutputLength(expression, payload):
8585
dataToSessionFile("[%s][%s][%s][%s][" % (conf.url, kb.injPlace, conf.parameters[kb.injPlace], lengthExpr))
8686

8787
lengthExprUnescaped = unescaper.unescape(lengthExpr)
88-
count, length = bisection(payload, lengthExprUnescaped)
88+
count, length = bisection(payload, lengthExprUnescaped, charsetType=2)
8989

9090
if length == " ":
9191
length = 0

0 commit comments

Comments
 (0)