mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
removing that boring message "reflective value found and filtered out" for headers case (we always include Uri header)
This commit is contained in:
@@ -65,7 +65,7 @@ def __oneShotUnionUse(expression, unpack=True):
|
||||
# sql injection output
|
||||
output = extractRegexResult(check, removeReflectiveValues(page, payload), re.DOTALL | re.IGNORECASE) \
|
||||
or extractRegexResult(check, removeReflectiveValues(listToStrValue(headers.headers \
|
||||
if headers else None), payload), re.DOTALL | re.IGNORECASE)
|
||||
if headers else None), payload, True), re.DOTALL | re.IGNORECASE)
|
||||
|
||||
if output:
|
||||
output = getUnicode(output, kb.pageEncoding)
|
||||
|
||||
Reference in New Issue
Block a user