mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor fix
This commit is contained in:
@@ -420,7 +420,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||||||
# If we had no luck with singleValue and common charset,
|
# If we had no luck with singleValue and common charset,
|
||||||
# use the returned other charset
|
# use the returned other charset
|
||||||
if not val:
|
if not val:
|
||||||
val = getChar(index, otherCharset)
|
val = getChar(index, otherCharset, otherCharset == asciiTbl)
|
||||||
else:
|
else:
|
||||||
val = getChar(index, asciiTbl)
|
val = getChar(index, asciiTbl)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user