mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor fix
This commit is contained in:
parent
4eccf1a25d
commit
48c0f4f053
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
# If we had no luck with singleValue and common charset,
|
||||
# use the returned other charset
|
||||
if not val:
|
||||
val = getChar(index, otherCharset)
|
||||
val = getChar(index, otherCharset, otherCharset == asciiTbl)
|
||||
else:
|
||||
val = getChar(index, asciiTbl)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue