Skip to content

Commit a18c69d

Browse files
committed
1 parent 8293514 commit a18c69d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/techniques/union/use.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ def _(regex):
111111
warnMsg += "(probably due to its length and/or content): "
112112
warnMsg += safecharencode(trimmed)
113113
logger.warn(warnMsg)
114+
else:
115+
vector = kb.injection.data[PAYLOAD.TECHNIQUE.UNION].vector
116+
kb.unionDuplicates = vector[7]
114117

115118
return retVal
116119

0 commit comments

Comments
 (0)