mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
reverting back to NVARCHAR because of error technique
This commit is contained in:
@@ -93,7 +93,7 @@ def __oneShotErrorUse(expression, field):
|
||||
threadData.lastRequestUID else None, 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