mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
in a mood for more changes
This commit is contained in:
parent
219628aa01
commit
64f2afe585
3 changed files with 25 additions and 19 deletions
|
|
@ -343,7 +343,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
charStart = time.time()
|
||||
|
||||
if conf.useCommonPrediction:
|
||||
predictedCharset, otherCharset = getGoodSamaritanCharsets(finalValue, asciiTbl)
|
||||
predictedCharset, otherCharset = getGoodSamaritanCharsets(kb.partRun, finalValue, asciiTbl)
|
||||
val = getChar(index, predictedCharset) if predictedCharset else None
|
||||
if not val:
|
||||
val = getChar(index, otherCharset)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue