mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
reverting back to NVARCHAR because of error technique
This commit is contained in:
@@ -79,7 +79,7 @@ def __oneShotUnionUse(expression, unpack=True):
|
||||
if headers else None), payload, True), re.DOTALL | re.IGNORECASE)
|
||||
|
||||
if trimmed:
|
||||
warnMsg = "trimmed output detected: "
|
||||
warnMsg = "possible server trimmed output detected (due to it's length): "
|
||||
warnMsg += trimmed
|
||||
logger.warn(warnMsg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user