mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-28 00:43:14 +03:00
Fixes #1564
This commit is contained in:
parent
829351421f
commit
a18c69d78b
|
@ -111,6 +111,9 @@ def _oneShotUnionUse(expression, unpack=True, limited=False):
|
||||||
warnMsg += "(probably due to its length and/or content): "
|
warnMsg += "(probably due to its length and/or content): "
|
||||||
warnMsg += safecharencode(trimmed)
|
warnMsg += safecharencode(trimmed)
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
else:
|
||||||
|
vector = kb.injection.data[PAYLOAD.TECHNIQUE.UNION].vector
|
||||||
|
kb.unionDuplicates = vector[7]
|
||||||
|
|
||||||
return retVal
|
return retVal
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user