mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-11 12:44:18 +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,
|
||||
# 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 New Issue
Block a user