mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
reverting back to NVARCHAR because of error technique
This commit is contained in:
parent
3607f03a9e
commit
e4d3190f41
3 changed files with 5 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue