Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430a254 commit 6752e66Copy full SHA for 6752e66
1 file changed
lib/utils/resume.py
@@ -85,7 +85,7 @@ def queryOutputLength(expression, payload):
85
dataToSessionFile("[%s][%s][%s][%s][" % (conf.url, kb.injPlace, conf.parameters[kb.injPlace], lengthExpr))
86
87
lengthExprUnescaped = unescaper.unescape(lengthExpr)
88
- count, length = bisection(payload, lengthExprUnescaped)
+ count, length = bisection(payload, lengthExprUnescaped, charsetType=2)
89
90
if length == " ":
91
length = 0
0 commit comments