mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-09 23:53:06 +03:00
minor fix
This commit is contained in:
parent
4eccf1a25d
commit
48c0f4f053
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user