mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
minor fix related to a bug reported by warninggp@gmail.com
This commit is contained in:
@@ -65,6 +65,8 @@ def __oneShotUnionUse(expression, unpack=True):
|
||||
or extractRegexResult(check, removeReflectiveValues(listToStrValue(headers.headers \
|
||||
if headers else None), payload), re.DOTALL | re.IGNORECASE)
|
||||
|
||||
output = getUnicode(output, kb.pageEncoding)
|
||||
|
||||
return output
|
||||
|
||||
def configUnion(char=None, columns=None):
|
||||
|
||||
Reference in New Issue
Block a user